summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/Font/WOFF
AgeCommit message (Expand)Author
2023-03-06LibGfx/OpenType: Support one specific type of embedded color bitmapsAndreas Kling
2023-03-06LibGfx: Prepare the paint code for fonts whose glyphs are color bitmapsAndreas Kling
2023-02-21LibGfx: Fix const-correctness issuesAndreas Kling
2023-02-05LibGfx: Pass font width to `FontDatabase::get()`Aliaksandr Kalenik
2023-01-05LibGfx: Add ability to request glyphs at subpixel offsets to fontsMacDue
2023-01-03LibCompress: Rename `Compress::Zlib` to `Compress::ZlibDecompressor`Tim Schumacher
2022-12-21LibGfx: Rename TTF/TrueType to OpenTypeAndreas Kling
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-07-12Everywhere: Split Error::from_string_literal and Error::from_string_viewsin-ack
2022-04-09LibGfx: Add a loader the Web Open Font Format (WOFF)Simon Wanner