Age | Commit message (Expand) | Author |
---|---|---|
2021-04-18 | LibGfx: Use size_t instead of int for glyph count | Idan Horowitz |
2021-04-17 | LibTTF: Make load_from_file() take String instead of StringView | Andreas Kling |
2021-02-26 | Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes | Linus Groh |
2021-02-17 | LibTTF: ScaledFont should have a NonnullRefPtr<TTF::Font> | Andreas Kling |
2021-02-15 | LibTTF: Address some minor TODOs in the font implementation | Stephan Unverwerth |
2021-02-15 | LibTTF: Add hack for recognizing fixed-width fonts | Stephan Unverwerth |
2021-02-15 | LibGfx: draw_glyph_or_emoji fix check for available glyph | Stephan Unverwerth |
2021-02-15 | LibGfx+LibTTF: Allow Painter to draw TTF glyphs | Stephan Unverwerth |
2021-02-15 | LibGUI+LibGfx+LibTTF: Make fontpicker handle TTF fonts | Stephan Unverwerth |
2021-02-15 | LibGfx: Insert pixel and ttf fonts into Typeface structure | Stephan Unverwerth |
2021-02-15 | LibTTF: Parse TTF "name" table | Stephan Unverwerth |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |