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

LibGfx: Move ScaledFont and new base class VectorFont out of TTF

This commit is contained in:
Simon Wanner 2022-04-09 10:14:58 +02:00 committed by Andreas Kling
parent 206d6ece55
commit 5136c5ae1a
9 changed files with 260 additions and 199 deletions

View file

@ -17,6 +17,7 @@ set(SOURCES
Font/BitmapFont.cpp
Font/Emoji.cpp
Font/FontDatabase.cpp
Font/ScaledFont.cpp
Font/TrueType/Font.cpp
Font/TrueType/Glyf.cpp
Font/TrueType/Cmap.cpp