[ https://issues.apache.org/jira/browse/PDFBOX-3014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14953294#comment-14953294 ]
Tilman Hausherr commented on PDFBOX-3014: ----------------------------------------- According to this website, MS Gothic is available in W8: https://www.microsoft.com/typography/fonts/product.aspx?PID=164 Please run this code, what do you get as output? {code} File ttcFile = new File("c:/windows/fonts/msgothic.ttc"); TrueTypeCollection trueTypeCollection = new TrueTypeCollection(ttcFile); System.out.println(trueTypeCollection.getFonts()); {code} > ZapfDingbats not finding a substitute in Windows 8.1 Pro > -------------------------------------------------------- > > Key: PDFBOX-3014 > URL: https://issues.apache.org/jira/browse/PDFBOX-3014 > Project: PDFBox > Issue Type: Bug > Components: Rendering > Affects Versions: 2.0.0 > Environment: Windows 8.1 Pro > Reporter: Jason Mackin > Labels: easyfix > > When running PDFBox on Windows 8.1 Pro, it can't find a proper substitute for > ZapfDingbats. > This email chain from the mailing list talks about this problem but the fix > doesn't work for me: > http://mail-archives.apache.org/mod_mbox/pdfbox-users/201504.mbox/%3ca8c49658-b378-4294-baa5-470ef822f...@jahewson.com%3E > I was able to fix this problem by adding "MS-PGothic" to the substitutes > Array for ZapfDingbats (FontMapperImpl.java). -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org