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
commit 5f9d35909d
Notes: sideshowbarker 2024-07-17 16:24:48 +09:00
8 changed files with 55 additions and 26 deletions

View file

@ -6,7 +6,7 @@
#include <AK/Utf8View.h>
#include <LibPDF/CommonNames.h>
#include <LibPDF/Fonts.h>
#include <LibPDF/Fonts/PDFFont.h>
#include <LibPDF/Renderer.h>
#define RENDERER_HANDLER(name) \