summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibTTF/Font.cpp
AgeCommit message (Expand)Author
2021-07-11LibTTF: Port width calculation changes from BitmapFontLuK1337
2021-07-09LibTTF: Use en-us naming table if availableLuK1337
2021-07-04LibTTF: Memory map TTF fonts instead of reading them into heap memoryAndreas Kling
2021-07-04LibTTF: Make TTF::Font loading API return error stringsAndreas Kling
2021-06-01Everywhere: codepoint => code pointAndreas Kling
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-17LibTTF: Make load_from_file() take String instead of StringViewAndreas Kling
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-16LibTTF: Interpret font names from Windows platform as UTF-16BEAndreas 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+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-02-08LibTTF: Check if the given offset plus offset table size would overflowLuke
2021-01-16Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling