1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 00:37:35 +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

@ -4,6 +4,7 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <LibGfx/Font/ScaledFont.h>
#include <LibPDF/CommonNames.h>
#include <LibPDF/Fonts/TrueTypeFont.h>
#include <LibPDF/Fonts/Type1Font.h>