summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/Font/ScaledFont.cpp
AgeCommit message (Expand)Author
2023-03-06LibGfx: Skip old-style emoji lookup for fonts that have color bitmapsAndreas Kling
2023-03-06LibGfx: Prepare the paint code for fonts whose glyphs are color bitmapsAndreas Kling
2023-03-04LibGfx: Add Font::pixel_size_rounded_up()Andreas Kling
2023-03-02LibGfx: Handle multi-code point emoji when computing scaled glyph widthTimothy Flynn
2023-02-24LibGfx: Remove single-code point Font::glyph_or_emoji_width APITimothy Flynn
2023-02-22LibGfx: Support computing a font's glyph width with code point iteratorsTimothy Flynn
2023-02-11LibGfx: Introduce with_size method for FontAliaksandr Kalenik
2023-01-24LibGfx: Cache font pixel metrics in ScaledFontAndreas Kling
2023-01-06LibGfx: Make Font::preferred_line_height() more correctAndreas Kling
2023-01-05LibGfx: Add ability to request glyphs at subpixel offsets to fontsMacDue
2023-01-03LibGfx: Make Font::glyph_width*() APIs return floatAndreas Kling
2023-01-03LibGfx: Make Font::width() return a floatAndreas Kling
2022-07-09LibGfx: Use float when calculating text width in ScaledFontAndreas Kling
2022-04-09LibGfx: Move ScaledFont and new base class VectorFont out of TTFSimon Wanner