summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibTTF/Glyf.h
AgeCommit message (Expand)Author
2021-07-29LibTTF/LibGfx: Remove circular dependency by merging LibTTF into LibGfxAndrew Kaster
2021-07-20LibTTF+LibGfx: Improve vertical alignment of glyphsAndreas Kling
2021-07-20LibTTF: Minor const correctness fix in TTF rasterizerAndreas Kling
2021-07-20LibTTF: Rename "raster" => "rasterize"Andreas Kling
2021-07-20LibTTF: Convert code to east-const styleAndreas Kling
2021-07-08Everywhere: Don't promote float to double where not neededDaniel Bertalan
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling