FNT (Windows Font)
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				|  (Added Windows 1.x version of the file format) |  (→Links) | ||
| Line 10: | Line 10: | ||
| == Links == | == Links == | ||
| − | * [http://support.microsoft.com/kb/65123 Windows Developers Notes: Font-File Format] -  | + | * [http://support.microsoft.com/kb/65123 Windows Developers Notes: Font-File Format] - Covers versions 2 and 3 of the format. | 
| * [http://www.os2museum.com/files/docs/win10sdk/windows-1.03-sdk-prgref-1986.pdf Windows 1.03 Programmer's Reference] (PDF) - Appendix C describes version 1 of the format. | * [http://www.os2museum.com/files/docs/win10sdk/windows-1.03-sdk-prgref-1986.pdf Windows 1.03 Programmer's Reference] (PDF) - Appendix C describes version 1 of the format. | ||
| + | * [https://msdn.microsoft.com/en-us/library/cc250412.aspx MSDN: CharacterSet Enumeration] - Codes used by the ''dfCharSet'' field | ||
| + | |||
| [[Category:Microsoft]] | [[Category:Microsoft]] | ||
Revision as of 23:13, 26 February 2016
FNT is a mostly-obsolete font format associated with Microsoft Windows. It stores a single bitmapped or stroked (vector) font. It is the raw font format used inside FON container files, and can also appear by itself in an .fnt file.
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

