mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 23:17:45 +00:00
Documentation: Move all file format documentation into its own manpage
The documentation is largely unchanged except for adoption into the standard manpage format.
This commit is contained in:
parent
da25ac0d48
commit
9660f5d0e6
7 changed files with 125 additions and 83 deletions
17
Base/usr/share/man/man5/font.md
Normal file
17
Base/usr/share/man/man5/font.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
## 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` in [`Userland/Libraries/LibGfx/Font/BitmapFont.cpp`](../../../../../Userland/Libraries/LibGfx/Font/BitmapFont.cpp).
|
Loading…
Add table
Add a link
Reference in a new issue