diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2022-09-16 08:20:56 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2022-09-16 09:05:33 +0200 |
commit | 493b10997053882d06803156a98ae8924bf7660d (patch) | |
tree | f4f03a1a407b85fc7abb8c11a3cfbfb1e55a13e2 /include/vcl | |
parent | c317f0adb308b1ece3bfa8bdffb4d0bcb1478d30 (diff) |
sw content controls: add PDF export of font properties
Like font name or size.
Change-Id: Ie7b0d38be0ef69faf364b7c801d0bd3fdd60777a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140038
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/filter/PDFiumLibrary.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/filter/PDFiumLibrary.hxx b/include/vcl/filter/PDFiumLibrary.hxx index 8274ded92e1f..390c826cd57b 100644 --- a/include/vcl/filter/PDFiumLibrary.hxx +++ b/include/vcl/filter/PDFiumLibrary.hxx @@ -102,6 +102,7 @@ public: virtual std::vector<basegfx::B2DPoint> getAttachmentPoints(size_t nIndex) = 0; virtual std::vector<basegfx::B2DPoint> getLineGeometry() = 0; virtual PDFFormFieldType getFormFieldType(PDFiumDocument* pDoc) = 0; + virtual float getFormFontSize(PDFiumDocument* pDoc) = 0; }; class PDFiumTextPage; |