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
/
Font.h
Age
Commit message (
Expand
)
Author
2021-11-23
LibCore+AK: Move MappedFile from AK to LibCore
Andreas Kling
2021-11-22
LibGfx: Avoid unaligned loads and stores in GlyphBitmap
Ali Mohammad Pur
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-09-24
LibGfx: Add a simple Gfx::FontMetrics and Gfx::Font::metrics(code_point)
Andreas Kling
2021-09-19
LibGfx: Extend Unicode support for BitmapFonts
thankyouverycool
2021-07-20
LibTTF+LibGfx: Make Gfx::Font::bold_variant() work for TTF fonts
Andreas Kling
2021-05-29
Everywhere: Use s.unverwerth@serenityos.org :^)
Stephan Unverwerth
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-18
LibGfx: Use size_t instead of int for glyph count
Idan Horowitz
2021-02-15
LibGfx: draw_glyph_or_emoji fix check for available glyph
Stephan Unverwerth
2021-02-15
LibGfx: Remove static load_from_file() from abstract Font class
Stephan Unverwerth
2021-02-15
LibGfx: Generalize glyph placement in Painter
Stephan Unverwerth
2021-02-15
LibGfx+LibTTF: Allow Painter to draw TTF glyphs
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