FNT (Windows Font)
From Just Solve the File Format Problem
(Difference between revisions)
(→Links) |
|||
Line 4: | Line 4: | ||
|extensions={{ext|fnt}} | |extensions={{ext|fnt}} | ||
}} | }} | ||
− | '''FNT''' is a mostly-obsolete font format associated with Microsoft Windows. | + | '''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 carrying the extension <code>.fon</code>; they may also appear standalone (without a container), where they have the extension <code>.fnt</code>. |
== Software == | == Software == |
Revision as of 16:04, 12 September 2016
FNT is a mostly-obsolete bitmap font format associated with Microsoft Windows. FNT-format fonts are most commonly found inside resources of New Executable (sometimes Portable Executable) files carrying the extension .fon
; 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