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

LibGfx: Move implementation code for Tables.h into Tables.cpp

This commit is contained in:
Sam Atkins 2023-10-21 16:12:23 +01:00 committed by Andreas Kling
parent 61ac554a34
commit dfa79ba6d8
4 changed files with 691 additions and 664 deletions

View file

@ -21,6 +21,7 @@ set(SOURCES
Font/OpenType/Font.cpp
Font/OpenType/Glyf.cpp
Font/OpenType/Hinting/Opcodes.cpp
Font/OpenType/Tables.cpp
Font/ScaledFont.cpp
Font/Typeface.cpp
Font/WOFF/Font.cpp