summaryrefslogtreecommitdiff
path: root/desktop/save_pdf/font_haru.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/save_pdf/font_haru.h')
-rw-r--r--desktop/save_pdf/font_haru.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/save_pdf/font_haru.h b/desktop/save_pdf/font_haru.h
index c88da76c2..0dd6dc0c4 100644
--- a/desktop/save_pdf/font_haru.h
+++ b/desktop/save_pdf/font_haru.h
@@ -27,8 +27,9 @@
#include <hpdf.h>
#include "render/font.h"
+#include "desktop/plot_style.h"
-bool haru_nsfont_apply_style(const struct css_style *style,
+bool haru_nsfont_apply_style(const plot_font_style_t *fstyle,
HPDF_Doc doc, HPDF_Page page,
HPDF_Font *font, HPDF_REAL *font_size);