Hi,
I am a new user to FontCreator and I have no knowledge of fonts. I bought this software only to convert Google Noto CJK fonts from otf format to ttf format so that I can use the ttf fonts to create pdf documents using apache pdf box library.
When I am using the converted ttf font, the pdf box fails while loading font with below error.
java.io.IOException: loca is mandatory
at org.apache.fontbox.ttf.TTFParser.parseTables(TTFParser.java:209)
at org.apache.fontbox.ttf.TTFParser.parse(TTFParser.java:150)
at org.apache.fontbox.ttf.TTFParser.parse(TTFParser.java:106)
at org.apache.pdfbox.pdmodel.font.PDType0Font.load(PDType0Font.java:79)
How do we convert Noto cjk otf font to ttf with loca available?