summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerbert Dürr <hdu@apache.org>2013-07-09 07:13:09 +0000
committerHerbert Dürr <hdu@apache.org>2013-07-09 07:13:09 +0000
commitdf03a043e531182080d26449899fabe0b7078b81 (patch)
tree2e70ae2a7666098d2eb7869280a89e5e28306e99
parentd8dfdae3da901a5a26182f3221c7aa374561672f (diff)
#i121127# use PDF base14's symbol font only if explicitly requested
Notes
Notes: merged as: 2142eb79bd3b0b9545642305a700653cb83c347c
-rw-r--r--vcl/source/gdi/base14.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/vcl/source/gdi/base14.cxx b/vcl/source/gdi/base14.cxx
index 798375734278..693478323d21 100644
--- a/vcl/source/gdi/base14.cxx
+++ b/vcl/source/gdi/base14.cxx
@@ -589,7 +589,9 @@ const PDFWriterImpl::BuiltinFont PDFWriterImpl::m_aBuiltinFonts[ 14 ] = {
}
},
-{ "Symbol", // family name
+// The font name "Symbol" is too generic and causes plenty of trouble.
+// To ensure WYSIWIG the PDF-Base14 variant gets a not-confusable name
+{ "PDF_Base14_Symbol", // family name
"Normal", // style
"Symbol", // PSName
1010, -293, // ascend, descend