summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibTTF/Font.h
AgeCommit message (Expand)Author
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-04-17LibTTF: Make load_from_file() take String instead of StringViewAndreas Kling
2021-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
2021-02-17LibTTF: ScaledFont should have a NonnullRefPtr<TTF::Font>Andreas Kling
2021-02-15LibTTF: Address some minor TODOs in the font implementationStephan Unverwerth
2021-02-15LibTTF: Add hack for recognizing fixed-width fontsStephan Unverwerth
2021-02-15LibGfx: draw_glyph_or_emoji fix check for available glyphStephan Unverwerth
2021-02-15LibGfx+LibTTF: Allow Painter to draw TTF glyphsStephan Unverwerth
2021-02-15LibGUI+LibGfx+LibTTF: Make fontpicker handle TTF fontsStephan Unverwerth
2021-02-15LibGfx: Insert pixel and ttf fonts into Typeface structureStephan Unverwerth
2021-02-15LibTTF: Parse TTF "name" tableStephan Unverwerth
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling