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:
parent
206d6ece55
commit
5136c5ae1a
9 changed files with 260 additions and 199 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue