mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 08:04:57 +00:00

The documentation is largely unchanged except for adoption into the standard manpage format.
482 B
482 B
Name
font - Bitmap Font File format
Synopsis
The .font file format stores bitmap fonts in SerenityOS's own binary format.
Description
These files contain bitmap definitions of fonts, either varying-width or fixed-width.
The first four bytes contain the filemagic: !Fnt
(0x21466e74).
See also
- Format header definition in
Gfx::FontFileHeader
inUserland/Libraries/LibGfx/Font/BitmapFont.cpp
.