[
https://issues.apache.org/jira/browse/PDFBOX-3437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15393972#comment-15393972
]
Tilman Hausherr commented on PDFBOX-3437:
-----------------------------------------
I can confirm that it doesn't work with arialuni.ttf, but it works with
standard arial font, I just tried:
{code}
PDType0Font font4 = PDType0Font.load(document, new
File("c:/windows/fonts/arial.ttf"));
stream.setFont(font4, 12);
stream.showText("\u0219");
{code}
> No glyph for U+0219 in font ArialUnicodeMS
> ------------------------------------------
>
> Key: PDFBOX-3437
> URL: https://issues.apache.org/jira/browse/PDFBOX-3437
> Project: PDFBox
> Issue Type: Bug
> Components: FontBox
> Affects Versions: 2.0.2
> Reporter: Alexandr Capatina
> Priority: Blocker
>
> Hi,
> I am getting "No glyph for U+0219 in font ArialUnicodeMS" while i am trying
> to write the Romanian language characters into PDF using PDFBOX. I am
> currently using PDFBOX 2.0.2 and FONTBOX 2.0.2 version. I tried many ways
> (import custom ttf fonts ..) but i am unable to find the solution for
> Romanian language characters. Can you please help me to handle this ?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]