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
/
ScaledFont.h
Age
Commit message (
Expand
)
Author
2023-04-15
LibGfx+Userland: Add width_rounded_up() helper
thankyouverycool
2023-03-15
LibGfx: Add Font::point_size()
Andreas Kling
2023-03-06
LibGfx/OpenType: Support one specific type of embedded color bitmaps
Andreas Kling
2023-03-06
LibGfx: Prepare the paint code for fonts whose glyphs are color bitmaps
Andreas Kling
2023-03-04
LibGfx: Remove Font::glyph_height() virtual
Andreas Kling
2023-03-04
LibGfx: Add Font::pixel_size_rounded_up()
Andreas Kling
2023-02-24
LibGfx: Remove single-code point Font::glyph_or_emoji_width API
Timothy Flynn
2023-02-22
LibGfx: Support computing a font's glyph width with code point iterators
Timothy Flynn
2023-02-21
LibGfx: Fix const-correctness issues
Andreas Kling
2023-02-11
LibGfx: Introduce with_size method for Font
Aliaksandr Kalenik
2023-02-05
LibGfx: Pass font width to `FontDatabase::get()`
Aliaksandr Kalenik
2023-01-24
LibGfx: Cache font pixel metrics in ScaledFont
Andreas Kling
2023-01-06
LibGfx: Make ScaledFont::glyph_height() return the pixel height
Andreas Kling
2023-01-06
LibGfx: Remove unused Font::point_size()
Andreas Kling
2023-01-06
LibGfx: Make Font::preferred_line_height() more correct
Andreas Kling
2023-01-05
LibGfx: Add ability to request glyphs at subpixel offsets to fonts
MacDue
2023-01-03
LibGfx: Make Font::glyph_width*() APIs return float
Andreas Kling
2023-01-03
LibGfx: Make Font::width() return a float
Andreas Kling
2023-01-03
LibGfx: Make Font::pixel_size() return a float
Andreas Kling
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-19
LibGfx: Add pure virtual fallible clone() for Fonts
thankyouverycool
2022-04-09
LibGfx: Move ScaledFont and new base class VectorFont out of TTF
Simon Wanner