Home
last modified time | relevance | path

Searched refs:mFontInfoDictionary (Results 1 – 3 of 3) sorted by relevance

/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Pdf/PDFWriter/
H A DType1Input.cpp75 mFontInfoDictionary.isFixedPitch = false; in Reset()
76 mFontInfoDictionary.ItalicAngle = 0; in Reset()
77 mFontInfoDictionary.Notice.clear(); in Reset()
78 mFontInfoDictionary.version.clear(); in Reset()
79 mFontInfoDictionary.Weight.clear(); in Reset()
80 mFontInfoDictionary.Copyright.clear(); in Reset()
81 mFontInfoDictionary.FSTypeValid = false; in Reset()
82 mFontInfoDictionary.fsType = 0; in Reset()
255 mFontInfoDictionary.ItalicAngle = 0.0; in ReadFontInfoDictionary()
306 mFontInfoDictionary.ItalicAngle = in ReadFontInfoDictionary()
[all …]
H A DType1ToCFFEmbeddedFontWriter.cpp230 if(mType1Input.mFontDictionary.FSTypeValid || mType1Input.mFontInfoDictionary.FSTypeValid) in CreateCFFSubset()
233 mType1Input.mFontInfoDictionary.FSTypeValid ? in CreateCFFSubset()
234 mType1Input.mFontInfoDictionary.fsType : in CreateCFFSubset()
507 AddStringOperandIfNotEmpty(dictPrimitiveWriter,mType1Input.mFontInfoDictionary.version,0); in WriteTopDictSegment()
508 AddStringOperandIfNotEmpty(dictPrimitiveWriter,mType1Input.mFontInfoDictionary.Notice,1); in WriteTopDictSegment()
510 AddStringOperandIfNotEmpty(dictPrimitiveWriter,mType1Input.mFontInfoDictionary.FullName,2); in WriteTopDictSegment()
511 AddStringOperandIfNotEmpty(dictPrimitiveWriter,mType1Input.mFontInfoDictionary.FamilyName,3); in WriteTopDictSegment()
512 AddStringOperandIfNotEmpty(dictPrimitiveWriter,mType1Input.mFontInfoDictionary.Weight,4); in WriteTopDictSegment()
552 if(mType1Input.mFontDictionary.FSTypeValid || mType1Input.mFontInfoDictionary.FSTypeValid) in WriteTopDictSegment()
556 (mType1Input.mFontInfoDictionary.FSTypeValid ? in WriteTopDictSegment()
[all …]
H A DType1Input.h134 Type1FontInfoDictionary mFontInfoDictionary; variable