diff options
author | Albert Astals Cid <aacid@kde.org> | 2023-05-13 13:16:29 +0200 |
---|---|---|
committer | Albert Astals Cid <tsdgeos@yahoo.es> | 2023-05-20 13:14:06 +0000 |
commit | f07d64831252a9cb7775d12e5ce9b663aaae63d5 (patch) | |
tree | 4718e6a49391f31a9b0601de3afcc2b95991d983 | |
parent | 591235c8b6c65a2eee88991b9ae73490fd9afdfe (diff) |
symbol.ttf is not a good Symbol font
Add the URW++ font names for a proper Symbol replacement
-rw-r--r-- | poppler/GlobalParamsWin.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/poppler/GlobalParamsWin.cc b/poppler/GlobalParamsWin.cc index 268dd340..1e8981fe 100644 --- a/poppler/GlobalParamsWin.cc +++ b/poppler/GlobalParamsWin.cc @@ -71,8 +71,7 @@ static const struct { "Helvetica-Bold", { "n019004l.pfb", "arialbd.ttf" }, true }, { "Helvetica-BoldOblique", { "n019024l.pfb", "arialbi.ttf" }, true }, { "Helvetica-Oblique", { "n019023l.pfb", "ariali.ttf" }, true }, - // TODO: not sure if "symbol.ttf" is right - { "Symbol", { "s050000l.pfb", "symbol.ttf" }, true }, + { "Symbol", { "s050000l.pfb", "StandardSymbolsPS.otf", "StandardSymbolsPS.ttf" }, true }, { "Times-Bold", { "n021004l.pfb", "timesbd.ttf" }, true }, { "Times-BoldItalic", { "n021024l.pfb", "timesbi.ttf" }, true }, { "Times-Italic", { "n021023l.pfb", "timesi.ttf" }, true }, |