Skip to content

Commit

Permalink
PDFBOX-5905: add DejaVu Sans font as fallback for Zapf Dingbats, as s…
Browse files Browse the repository at this point in the history
…uggested by Robert Amidon

git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1922574 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
THausherr committed Dec 18, 2024
1 parent e8c41e3 commit 3fdb0cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ final class FontMapperImpl implements FontMapper
"NimbusRomNo9L-MediItal")));
addSubstitutes("Symbol", new ArrayList<>(Arrays.asList("Symbol", "SymbolMT", "StandardSymL")));
addSubstitutes("ZapfDingbats", new ArrayList<>(Arrays.asList("ZapfDingbatsITCbyBT-Regular",
"ZapfDingbatsITC", "Dingbats", "MS-Gothic")));
"ZapfDingbatsITC", "Dingbats", "MS-Gothic", "DejaVuSans")));

// Acrobat also uses alternative names for Standard 14 fonts, which we map to those above
// these include names such as "Arial" and "TimesNewRoman"
Expand Down

0 comments on commit 3fdb0cf

Please sign in to comment.