This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pdfbox-docs.git
The following commit(s) were added to refs/heads/master by this push:
new 90a5fd8e PDFBOX-5300: correct class name
90a5fd8e is described below
commit 90a5fd8e383dc3db91510ba5974d7fb2050e20d0
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri Jan 16 05:41:57 2026 +0100
PDFBOX-5300: correct class name
---
content/3.0/faq.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/3.0/faq.md b/content/3.0/faq.md
index b9a6c44d..049cf14f 100644
--- a/content/3.0/faq.md
+++ b/content/3.0/faq.md
@@ -105,7 +105,7 @@ However there are some caveats: PDFBox will support only
one language in a speci
best to use a font that is specific enough, e.g. the [Lohit
fonts](https://pagure.io/lohit).
For example, the Mangal font is meant to be a Devangari font, but PDFBox will
choose Bengali
because that one is also claimed to be supported and is checked first.
-Since 3.0.3 it is possible to deactivate the feature by calling
``PDFont.setEnableGsub(false)``.
+Since 3.0.3 it is possible to deactivate the feature by calling
``TrueTypeFont.setEnableGsub(false)``.
The features may be incomplete because we do not yet support all GSUB table
formats,
and we don't support GPOS at all. Text extraction may be incorrect.