We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eaf032 commit 9ee1d44Copy full SHA for 9ee1d44
Base/usr/share/man/man5/font.md
@@ -11,8 +11,7 @@ Font files contain bitmap definitions of fonts (`Gfx::BitmapFont`).
11
Bitmap fonts can be either varying-width or fixed-width.
12
The first four bytes of font files contain the filemagic: `!Fnt` (0x21466e74).
13
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.
+In addition, `Gfx::BitmapFont` supports reading from and writing to font files (as well as reading directly from memory).
16
17
## Structure
18
0 commit comments