summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/Font/Font.h
AgeCommit message (Expand)Author
2023-04-15LibGfx+Userland: Add width_rounded_up() helperthankyouverycool
2023-03-15LibGfx: Add Font::point_size()Andreas Kling
2023-03-06LibGfx: Prepare the paint code for fonts whose glyphs are color bitmapsAndreas Kling
2023-03-04LibGfx: Remove Font::glyph_height() virtualAndreas Kling
2023-03-04LibGfx: Add Font::pixel_size_rounded_up()Andreas Kling
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-21LibGfx: Fix const-correctness issuesAndreas Kling
2023-02-11LibGfx: Introduce with_size method for FontAliaksandr Kalenik
2023-02-05LibGfx: Pass font width to `FontDatabase::get()`Aliaksandr Kalenik
2023-01-06LibGfx: Remove unused Font::point_size()Andreas Kling
2023-01-06LibGfx: Make Font::preferred_line_height() more correctAndreas Kling
2023-01-06LibGfx: Remove bogus rounding in FontPixelMetrics::line_spacing()Andreas 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
2023-01-03LibGfx: Make Font::pixel_size() return a floatAndreas Kling
2023-01-03LibGfx/Font: Make Glyph metrics floating pointAndreas Kling
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-19LibGfx: Add pure virtual fallible clone() for Fontsthankyouverycool
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner