FON
From Just Solve the File Format Problem
(Difference between revisions)
(Category:Windows) |
|||
(5 intermediate revisions by one user not shown) | |||
Line 4: | Line 4: | ||
|extensions={{ext|fon}} | |extensions={{ext|fon}} | ||
}} | }} | ||
− | '''FON''' is a font file format native to Windows 3. | + | '''FON''' is a font file format native to Microsoft Windows. It began to be marginalized as of Windows 3.1, with the introduction of [[TrueType]], though it continues to be supported. |
− | It supports both bitmapped and stroked fonts | + | It contains fonts in [[FNT (Windows Font)|FNT]] format. As such, it supports both bitmapped and stroked fonts; but aside from the stroked fonts included with Windows (Modern, Roman, and Script), it is used almost exclusively for bitmapped fonts. It is sometimes even called '''Windows bitmapped font''' format. |
− | It uses [[NE]] (New Executable) format as a container format. Allegedly, it can also use [[PE]] format. | + | It uses [[NE]] (New Executable) format as a container format. Allegedly, it can also use [[PE]] format. It is usually or always constructed as a valid [[Dynamic-link library (Windows)|DLL]] file. |
− | + | == Software == | |
+ | * [http://www.seasip.info/Unix/PSF/ PSF Tools] | ||
== Sample files == | == Sample files == | ||
Line 20: | Line 21: | ||
[[Category:Microsoft]] | [[Category:Microsoft]] | ||
+ | [[Category:Windows]] |
Latest revision as of 20:51, 29 March 2017
FON is a font file format native to Microsoft Windows. It began to be marginalized as of Windows 3.1, with the introduction of TrueType, though it continues to be supported.
It contains fonts in FNT format. As such, it supports both bitmapped and stroked fonts; but aside from the stroked fonts included with Windows (Modern, Roman, and Script), it is used almost exclusively for bitmapped fonts. It is sometimes even called Windows bitmapped font format.
It uses NE (New Executable) format as a container format. Allegedly, it can also use PE format. It is usually or always constructed as a valid DLL file.
[edit] Software
[edit] Sample files
- http://cd.textfiles.com/ccbwindows93/FONTPRGM/ (the .FON files in some of the .ZIP files)
- Simon Tatham's Fonts Page has some samples