mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
LibPDF: Move font files into their own directory
This commit is contained in:
parent
d2771eafc5
commit
5f9d35909d
Notes:
sideshowbarker
2024-07-17 16:24:48 +09:00
Author: https://github.com/mattco98
Commit: 5f9d35909d
Pull-request: https://github.com/SerenityOS/serenity/pull/13326
Reviewed-by: https://github.com/alimpfard
8 changed files with 55 additions and 26 deletions
|
@ -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) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue