You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to insert one word of text into the PDF page. I have made use of BaseFont class, provided Identity-H as the encoding and the subset font file corresponding to this one word of text. I am not able to see any text that had got created on the page.
I wanted to see the PDF with the text "ent" in it.
System
OS: Windows OS
Used font: Subset font (mentioned in the code)
OpenPDF version: 1.3.26
Even after so many trails, I am not able to see the text on the page. When I checked for the glyphs the font file supports,
came to know that these three glyphs "e", "n" and "t" are supported by this subset font file.
Hence, I have tried with a different font, and it worked well. May I know the reason/resolution for the same?
The text was updated successfully, but these errors were encountered:
Bug description
I am trying to insert one word of text into the PDF page. I have made use of BaseFont class, provided Identity-H as the encoding and the subset font file corresponding to this one word of text. I am not able to see any text that had got created on the page.
Code snippet
Expected behavior
I wanted to see the PDF with the text "ent" in it.
System
Even after so many trails, I am not able to see the text on the page. When I checked for the glyphs the font file supports,
came to know that these three glyphs "e", "n" and "t" are supported by this subset font file.
Hence, I have tried with a different font, and it worked well. May I know the reason/resolution for the same?
The text was updated successfully, but these errors were encountered: