1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:37:34 +00:00

LibPDF: Move font files into their own directory

This commit is contained in:
Matthew Olsson 2022-03-24 22:14:50 -07:00 committed by Andreas Kling
parent d2771eafc5
commit 5f9d35909d
8 changed files with 55 additions and 26 deletions

View file

@ -19,7 +19,7 @@
#include <LibGfx/Size.h>
#include <LibPDF/ColorSpace.h>
#include <LibPDF/Document.h>
#include <LibPDF/Fonts.h>
#include <LibPDF/Fonts/PDFFont.h>
#include <LibPDF/Object.h>
namespace PDF {