java.lang.IllegalArgumentException: U+F05E is not available in this font's encoding: WinAnsiEncoding
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Stack Overflow by Jimy Weiss
, 1 year agovia askquest.info by Unknown author, 1 year ago
via thankcoder.com by Unknown author, 1 year ago
via Stack Overflow by Matt
, 1 year agovia pdfbox-users by Parker Seidel, 2 years ago
via incubator-pdfbox-users by Parker Seidel, 2 years ago
java.lang.IllegalArgumentException: U+F05E is not available in this font's encoding: WinAnsiEncoding
at org.apache.pdfbox.pdmodel.font.PDTrueTypeFont.encode(PDTrueTypeFont.java:368)
at org.apache.pdfbox.pdmodel.font.PDFont.encode(PDFont.java:286)
at org.apache.pdfbox.pdmodel.font.PDFont.getStringWidth(PDFont.java:315)
at be.quodlibet.boxable.Paragraph.getLines(Paragraph.java:83)
at be.quodlibet.boxable.Paragraph.getHeight(Paragraph.java:154)
at be.quodlibet.boxable.Cell.getTextHeight(Cell.java:391)
at be.quodlibet.boxable.Cell.getCellHeight(Cell.java:366)
at be.quodlibet.boxable.Row.getHeight(Row.java:159)
at be.quodlibet.boxable.Table.getMinimumHeight(Table.java:697)
at be.quodlibet.boxable.Table.draw(Table.java:192)
at TableTest.main(TableTest.java:58)