Home
last modified time | relevance | path

Searched refs:spaceWidth (Results 1 – 9 of 9) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
Dholder.min.js12spaceWidth+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/
Dpdf.worker.js31702 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() {
Dpdf.worker.js.map1spaceWidth","fakeSpaceMin","fakeMultiSpaceMin","fakeMultiSpaceMax","textRunBreakAllowed","SPACE_FA…
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
Dfabric.js19791 spaceWidth = widthDiff / numSpaces,
19796 leftOffset += ctx.measureText(words[i]).width + spaceWidth;
Dfabric.min.js11spaceWidth=widthDiff/numSpaces,leftOffset=0;for(var i=0,len=words.length;i<len;i++){this._renderCh…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
Dpdfmake.js31818 …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);
Dpdfmake.min.js.map1spaceWidth","textWidth","wordCount","link","strike","LineBreaker","spaceLeft","startX","startY","e…
/plugin/dirtylittlehelper/mermaid/editor/docs/
Dbundle.js.map1spaceWidth <= 2 || readConfig.maxDigitWidth <= 2) {\n // Hey, it's Bug 14341 ... we…
/plugin/datatables/assets/pdfmake/
Dpdfmake.js17107 var spaceWidth = this.widthOfString(' ') + characterSpacing;
17108 …pacing = Math.max(0, (options.lineWidth - textWidth) / Math.max(1, words.length - 1) - spaceWidth);