Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified Base/res/fonts/RomanRegular10.font
Binary file not shown.
3 changes: 1 addition & 2 deletions Base/usr/share/man/man5/font.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ Font files contain bitmap definitions of fonts (`Gfx::BitmapFont`).
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)
and the question mark '?' used as a fallback for unknown glyphs or emojis.
In addition, `Gfx::BitmapFont` supports reading from and writing to font files (as well as reading directly from memory).

## Structure

Expand Down
Loading