FNT (Windows Font)
From Just Solve the File Format Problem
(Difference between revisions)
Line 4: | Line 4: | ||
|extensions={{ext|fnt}} | |extensions={{ext|fnt}} | ||
}} | }} | ||
− | '''FNT''' is a mostly-obsolete bitmap font format associated with Microsoft Windows. FNT-format fonts are most commonly found inside [[Windows resource|resources]] of [[New Executable]] (sometimes [[Portable Executable]]) files | + | '''FNT''' is a mostly-obsolete bitmap or stroked (vector) font format associated with Microsoft Windows. FNT-format fonts are most commonly found inside [[Windows resource|resources]] of [[New Executable]] (sometimes [[Portable Executable]]) files, particularly in dedicated [[FON]] (<code>.fon</code>) files. They may also appear standalone (without a container), where they have the extension <code>.fnt</code>. |
== Software == | == Software == |
Revision as of 12:54, 18 September 2016
FNT is a mostly-obsolete bitmap or stroked (vector) font format associated with Microsoft Windows. FNT-format fonts are most commonly found inside resources of New Executable (sometimes Portable Executable) files, particularly in dedicated FON (.fon
) files. They may also appear standalone (without a container), where they have the extension .fnt
.
Software
Links
- Windows Developers Notes: Font-File Format - Covers versions 2 and 3 of the format.
- Windows 1.03 Programmer's Reference (PDF) - Appendix C describes version 1 of the format.
- MSDN: CharacterSet Enumeration - Codes used by the dfCharSet field