1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 07:27:45 +00:00

LibGfx: Add a loader the Web Open Font Format (WOFF)

This format is 'just' a zlib compressed wrapper for TrueType/OpenType
which makes implementing it rather convenient. :^)
This commit is contained in:
Simon Wanner 2022-04-09 21:31:09 +02:00 committed by Andreas Kling
parent f386b0d43c
commit bf6d64c199
5 changed files with 211 additions and 2 deletions

View file

@ -22,6 +22,7 @@ set(SOURCES
Font/TrueType/Glyf.cpp
Font/TrueType/Cmap.cpp
Font/Typeface.cpp
Font/WOFF/Font.cpp
GIFLoader.cpp
ICOLoader.cpp
ImageDecoder.cpp