Lines Matching refs:isCIDFont
37841 if (cff.isCIDFont) {
38126 cff.isCIDFont = topDict.hasName('ROS');
38145 if (cff.isCIDFont) {
38835 this.isCIDFont = false;
38848 if (this.isCIDFont) {
39210 if (cff.isCIDFont) {
39229 var compiled = this.compileTopDicts([cff.topDict], output.length, cff.isCIDFont);
39247 … var charset = this.compileCharset(cff.charset, cff.charStrings.count, cff.strings, cff.isCIDFont);
39254 if (cff.isCIDFont) {
39513 compileCharset: function CFFCompiler_compileCharset(charset, numGlyphs, strings, isCIDFont) { argument
39517 if (isCIDFont) {
47117 isCFFCIDFont: cff.isCIDFont,