View | Details | Raw Unified | Return to issue 121127
Collapse All | Expand All

(-)a/main/vcl/source/gdi/base14.cxx (-1 / +3 lines)
Lines 589-595 const PDFWriterImpl::BuiltinFont PDFWriterImpl::m_aBuiltinFonts[ 14 ] = { Link Here
589
    }
589
    }
590
},
590
},
591
591
592
{ "Symbol", // family name
592
// the font name "Symbol" is too generic and causes plenty of trouble.
593
// To ensure WYSIWIG the PDF-Base14 variant gets a not-confusable name
594
{ "PDF_Base14_Symbol", // family name
593
  "Normal", // style
595
  "Normal", // style
594
  "Symbol", // PSName
596
  "Symbol", // PSName
595
  1010, -293, // ascend, descend
597
  1010, -293, // ascend, descend

Return to issue 121127