Skip to content

Commit 9ee1d44

Browse files
implicitfieldspholz
authored andcommitted
Base: Update font(5) documentation
The question mark is no longer used as a fallback as of 9e66662.
1 parent 5eaf032 commit 9ee1d44

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ Font files contain bitmap definitions of fonts (`Gfx::BitmapFont`).
1111
Bitmap fonts can be either varying-width or fixed-width.
1212
The first four bytes of font files contain the filemagic: `!Fnt` (0x21466e74).
1313

14-
In addition, `Gfx::BitmapFont` supports reading from and writing to font files (as well as reading directly from memory)
15-
and the question mark '?' used as a fallback for unknown glyphs or emojis.
14+
In addition, `Gfx::BitmapFont` supports reading from and writing to font files (as well as reading directly from memory).
1615

1716
## Structure
1817

0 commit comments

Comments
 (0)