Searched refs:isCIDFont (Results 1 – 4 of 4) sorted by relevance
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.worker.js | 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 [all …]
|
| D | pdf.worker.js.map | 1 …isCIDFont) {\n // If the font is actually a CID font then we should use the charset\n …
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 54451 this.isCIDFont = this.topDict.ROS != null; 54473 if (this.isCIDFont) { 63847 if (this.cff.isCIDFont) {
|
| D | pdfmake.min.js | 2 …isCIDFont=null!=this.topDict.ROS,this},r.string=function string(r){return this.version>=2?null:r<E…
|