Searched refs:spaceWidth (Results 1 – 9 of 9) sorted by relevance
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/ |
D | holder.min.js | 12 …spaceWidth+s.width,j.add(i))}if(b(g,j,o,g.properties.leading),g.add(j),"left"===a.align)g.moveTo(a… property
|
/plugin/pdfjs/pdfjs/build/ |
D | pdf.worker.js | 31702 spaceWidth: 0, property 31771 var spaceWidth = font.spaceWidth / 1000 * textState.fontSize; 31773 if (spaceWidth) { 31774 textContentItem.spaceWidth = spaceWidth; 31775 textContentItem.fakeSpaceMin = spaceWidth * SPACE_FACTOR; 31776 textContentItem.fakeMultiSpaceMin = spaceWidth * MULTI_SPACE_FACTOR; 31777 textContentItem.fakeMultiSpaceMax = spaceWidth * MULTI_SPACE_FACTOR_MAX; 31780 textContentItem.spaceWidth = 0; 31897 var fakeSpaces = Math.round(width / textContentItem.spaceWidth); 37237 get spaceWidth() {
|
D | pdf.worker.js.map | 1 …spaceWidth","fakeSpaceMin","fakeMultiSpaceMin","fakeMultiSpaceMax","textRunBreakAllowed","SPACE_FA…
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
D | fabric.js | 19791 spaceWidth = widthDiff / numSpaces, 19796 leftOffset += ctx.measureText(words[i]).width + spaceWidth;
|
D | fabric.min.js | 11 …spaceWidth=widthDiff/numSpaces,leftOffset=0;for(var i=0,len=words.length;i<len;i++){this._renderCh…
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
D | pdfmake.js | 31818 …acing, commands, d, encoded, i, lineWidth, lineY, mode, renderedWidth, spaceWidth, textWidth, word… 31838 spaceWidth = this.widthOfString(' ') + characterSpacing; 31839 …pacing = Math.max(0, (options.lineWidth - textWidth) / Math.max(1, words.length - 1) - spaceWidth);
|
D | pdfmake.min.js.map | 1 …spaceWidth","textWidth","wordCount","link","strike","LineBreaker","spaceLeft","startX","startY","e…
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
D | bundle.js.map | 1 …spaceWidth <= 2 || readConfig.maxDigitWidth <= 2) {\n // Hey, it's Bug 14341 ... we…
|
/plugin/datatables/assets/pdfmake/ |
D | pdfmake.js | 17107 var spaceWidth = this.widthOfString(' ') + characterSpacing; 17108 …pacing = Math.max(0, (options.lineWidth - textWidth) / Math.max(1, words.length - 1) - spaceWidth);
|