[Libreoffice-commits] core.git: vcl/source

Herbert Dürr hdu at apache.org
Tue Jul 9 01:29:43 PDT 2013


 vcl/source/gdi/base14.cxx |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 2142eb79bd3b0b9545642305a700653cb83c347c
Author: Herbert Dürr <hdu at apache.org>
Date:   Tue Jul 9 07:13:09 2013 +0000

    Resolves: #i121127# use PDF base14's symbol font only if explicitly requested
    
    (cherry picked from commit df03a043e531182080d26449899fabe0b7078b81)
    
    Change-Id: Ic50da57748c86de7a87de905c97d9162afde8ed6

diff --git a/vcl/source/gdi/base14.cxx b/vcl/source/gdi/base14.cxx
index 7f91652..0092b30 100644
--- a/vcl/source/gdi/base14.cxx
+++ b/vcl/source/gdi/base14.cxx
@@ -583,7 +583,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


More information about the Libreoffice-commits mailing list