summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibTTF
AgeCommit message (Expand)Author
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-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-04-16Everywhere: Add `-Wdouble-promotion` warningNicholas-Baron
2021-03-16LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888xAndreas Kling
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-02-28LibTTF: Fix glyph rasterizer coverage calculationStephan Unverwerth
2021-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-17LibTTF: ScaledFont should have a NonnullRefPtr<TTF::Font>Andreas 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: 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-02-08LibTTF: Check if the given offset plus offset table size would overflowLuke
2021-01-22Libraries: Add missing headersBen Wiederhake
2021-01-16Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling