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 9004ea28 PDFBOX-5300: improve documentation on conplex scripts 9004ea28 is described below commit 9004ea28dfabd399d588b542f0f48560c8f5bc81 Author: Tilman Hausherr <til...@apache.org> AuthorDate: Tue Feb 4 13:55:26 2025 +0100 PDFBOX-5300: improve documentation on conplex scripts --- content/3.0/faq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/3.0/faq.md b/content/3.0/faq.md index 80ca166b..1274e0d3 100644 --- a/content/3.0/faq.md +++ b/content/3.0/faq.md @@ -105,9 +105,9 @@ 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. -It is not possible to deactivate the feature in 3.0.2 but it will be in 3.0.3. +Since 3.0.3 it is possible to deactivate the feature by calling ``PDFont.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. +and we don't support GPOS at all. Text extraction may be incorrect. ### What fonts do I need on my system?