Open SirishaGorasa opened 4 months ago
Hence, I have tried with a different font, and it worked well. May I know the reason/resolution for the same?
Apparently, therefore, the issue is related to the font file. Can you share it?
The file type is .otf. I am unable to share the file here.
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?