Back to Serenity

Font

Base/usr/share/man/man5/font.md

latest1.1 KB
Original Source

Name

font - Bitmap Font File format (.font)

Synopsis

Font files contain bitmap definitions of fonts (Gfx::BitmapFont).

Description

Bitmap fonts can be either varying-width or fixed-width. The first four bytes of font files contain the filemagic: !Fnt (0x21466e74).

In addition, Gfx::BitmapFont supports reading from and writing to font files (as well as reading directly from memory).

Structure

The order is big-endian.

SizeMember name
4 bytesFilemagic
1 byteGlyph width
1 byteGlyph height
2 bytesRange mask size
1 byteVariable width flag
1 byteGlyph spacing
1 byteBaseline
1 byteMean line
1 bytePresentation size
2 bytesWeight
1 byteSlope
32 bytesName
32 bytesFamily

See also