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

LibGfx: Add support for WOFF2 compressed web fonts

Co-authored-by: Luke Wilde <lukew@serenityos.org>
This commit is contained in:
Andreas Kling 2023-08-12 15:19:14 +02:00
parent 43c9c2ef02
commit 9ba4c33940
3 changed files with 1138 additions and 0 deletions

View file

@ -24,6 +24,7 @@ set(SOURCES
Font/ScaledFont.cpp
Font/Typeface.cpp
Font/WOFF/Font.cpp
Font/WOFF2/Font.cpp
GradientPainting.cpp
ICC/BinaryWriter.cpp
ICC/Profile.cpp