Home
last modified time | relevance | path

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

/dports/editors/texworks/texworks-release-0.6.2/modules/QtPDF/src/backends/
H A DPopplerQtBackend.cpp442 fi.setCIDType(PDFFontInfo::CIDFont_Type2); // speculation in fonts()
447 fi.setCIDType(PDFFontInfo::CIDFont_Type2); // speculation in fonts()
H A DMuPDFBackend.cpp747 fi.setCIDType(PDFFontInfo::CIDFont_Type2); in fonts()
/dports/editors/texworks/texworks-release-0.6.2/modules/QtPDF/src/
H A DPDFBackend.h111 enum CIDFontType { CIDFont_None, CIDFont_Type0, CIDFont_Type2 }; enumerator