mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 10:57:36 +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:
parent
f386b0d43c
commit
bf6d64c199
5 changed files with 211 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue