Hi,

Can you tell where to find this font, or can you reproduce it with a different (more ordinary) font?

I tried with the font on https://rsms.me/inter/download/ and no problem with the file Inter.ttc in the zip file. I tried it with 3.0.6 (unreleased), but it also worked with 3.0.2.

Tilman

On 26.05.2025 20:55, Maxime WIEWIORA wrote:
Here is an example of code causing the error:
File fontFile = new File(ttcUrl.getFile());
TrueTypeCollection ttc = new TrueTypeCollection(fontFile);
var regularFont = PDType0Font.load(doc, ttc.getFontByName("Inter-Regular"),
true);



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: users-h...@pdfbox.apache.org

Reply via email to