summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/Font.h
AgeCommit message (Expand)Author
2022-03-30LibGfx: Add ascent, descent and line gap to FontPixelMetricsAndreas Kling
2022-03-30LibGfx: Make Font::pixel_metrics() virtualAndreas Kling
2022-03-30LibGfx: Rename FontMetrics => FontPixelMetricsAndreas Kling
2022-03-30LibGfx: Make Gfx::FontMetrics include the advance of '0' instead of 'M'Andreas Kling
2022-03-30LibGfx: Remove code point parameter from Gfx::Font::MetricsAndreas Kling
2022-03-27LibGfx: Add Font::pixel_size() and Font::point_size()Andreas Kling
2022-03-24LibGfx: Implement TTF kerning tablesJelle Raaijmakers
2022-02-25LibGfx: Add Font::AllowInexactSizeMatch parameter to font lookupAndreas Kling
2022-02-24LibGUI+LibGfx: Defer to fonts when setting Editor line heightthankyouverycool
2022-02-01LibGfx+Applications: Add human readable name helper for fontsthankyouverycool
2022-02-01LibGfx: Determine slope attributes for TrueTypeFonts from tablesthankyouverycool
2021-11-30LibGfx+FontEditor: Consolidate BitmapFont width and height limitsthankyouverycool
2021-11-23LibCore+AK: Move MappedFile from AK to LibCoreAndreas Kling
2021-11-22LibGfx: Avoid unaligned loads and stores in GlyphBitmapAli Mohammad Pur
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-09-24LibGfx: Add a simple Gfx::FontMetrics and Gfx::Font::metrics(code_point)Andreas Kling
2021-09-19LibGfx: Extend Unicode support for BitmapFontsthankyouverycool
2021-07-20LibTTF+LibGfx: Make Gfx::Font::bold_variant() work for TTF fontsAndreas Kling
2021-05-29Everywhere: Use s.unverwerth@serenityos.org :^)Stephan Unverwerth
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18LibGfx: Use size_t instead of int for glyph countIdan Horowitz
2021-02-15LibGfx: draw_glyph_or_emoji fix check for available glyphStephan Unverwerth
2021-02-15LibGfx: Remove static load_from_file() from abstract Font classStephan Unverwerth
2021-02-15LibGfx: Generalize glyph placement in PainterStephan Unverwerth
2021-02-15LibGfx+LibTTF: Allow Painter to draw TTF glyphsStephan Unverwerth
2021-02-15LibGfx: Insert pixel and ttf fonts into Typeface structureStephan Unverwerth
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling