summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibTTF
AgeCommit message (Expand)Author
2021-07-29LibTTF/LibGfx: Remove circular dependency by merging LibTTF into LibGfxAndrew Kaster
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-20LibTTF+LibGfx: Make Gfx::Font::bold_variant() work for TTF fontsAndreas Kling
2021-07-20LibTTF+LibGfx: Improve vertical alignment of glyphsAndreas Kling
2021-07-20LibTTF: Parse OS/2 tablesAndreas Kling
2021-07-20LibTTF: Don't choke on fonts with CompositeGlyfFlags::UseMyMetricsAndreas Kling
2021-07-20LibTTF: Minor const correctness fix in TTF rasterizerAndreas Kling
2021-07-20LibTTF: Propagate glyph bitmap allocation failure in rasterizerAndreas Kling
2021-07-20LibTTF: Rename "raster" => "rasterize"Andreas Kling
2021-07-20LibTTF: Convert code to east-const styleAndreas Kling
2021-07-11LibTTF: Port width calculation changes from BitmapFontLuK1337
2021-07-09LibTTF: Use en-us naming table if availableLuK1337
2021-07-08Everywhere: Don't promote float to double where not neededDaniel Bertalan
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-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