index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGfx
/
BitmapFont.h
Age
Commit message (
Expand
)
Author
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-18
LibGfx: Report font glyph presence based on glyph's specific width
Idan Horowitz
2021-04-18
FontEditor+LibGfx: Allow user to specify if a specific glyph is present
Idan Horowitz
2021-04-18
LibGfx: Use size_t instead of int for glyph count
Idan Horowitz
2021-04-18
LibGfx: Add support for fonts that include the Hebrew Unicode Block
Idan Horowitz
2021-04-17
LibGfx: Switch a bunch of API's from taking StringView to String
Andreas Kling
2021-04-11
LibGfx: Add a count to FontTypes and a helper to return type names
thankyouverycool
2021-04-09
LibGfx: Added dirty and raw cyrillic support for bitmap fonts.
Dmitrii Trifonov
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-15
LibGfx: draw_glyph_or_emoji fix check for available glyph
Stephan Unverwerth
2021-02-15
LibGfx: Insert pixel and ttf fonts into Typeface structure
Stephan Unverwerth
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling