Searched refs:textChunk (Results 1 – 2 of 2) sorted by relevance
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.worker.js | 31803 function runBidiTransform(textChunk) { 31804 var str = textChunk.str.join(''); 31805 var bidiResult = (0, _bidi.bidi)(str, -1, textChunk.vertical); 31809 width: textChunk.width, 31810 height: textChunk.height, 31811 transform: textChunk.transform, 31812 fontName: textChunk.fontName 31825 var textChunk = ensureTextContentItem(); 31855 addFakeSpaces(wordSpacing, textChunk.str); 31873 textChunk.str.push(glyphUnicode); [all …]
|
| D | pdf.worker.js.map | 1 …textChunk","bidiResult","bidi","replaceWhitespace","dir","ensureTextContentItem","glyph","glyphWid…
|