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.cpp
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: Skip old-style emoji lookup for fonts that have 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: Add Font::pixel_size_rounded_up()
Andreas Kling
2023-03-02
LibGfx: Handle multi-code point emoji when computing scaled glyph width
Timothy Flynn
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-11
LibGfx: Introduce with_size method for Font
Aliaksandr Kalenik
2023-01-24
LibGfx: Cache font pixel metrics in ScaledFont
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
2022-07-09
LibGfx: Use float when calculating text width in ScaledFont
Andreas Kling
2022-04-09
LibGfx: Move ScaledFont and new base class VectorFont out of TTF
Simon Wanner