TexFont
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Fonts |extensions={{ext|txf}} |released=1997 }} '''TexFont''' ('''TXF''') is a "texture mapped" font format, and associated softwar...") |
Revision as of 20:58, 17 July 2019
TexFont (TXF) is a "texture mapped" font format, and associated software, designed to work well with the OpenGL API. It was developed by Mark Kilgard. It is presumably not related to TeX.
Contents |
Identification
Files begin with bytes 0xff 't' 'x' 'f'
, followed by either 0x12 0x34 0x56 0x78
or 0x78 0x56 0x34 0x12
.
Software
Sample files
- The TexFont software listed above includes some samples.
- https://github.com/CelestiaProject/Celestia/tree/master/fonts
Links
- A Simple OpenGL-based API for Texture Mapped Text (from archive.org)