Home
last modified time | relevance | path

Searched refs:textOnNextLine (Results 1 – 2 of 2) sorted by relevance

/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js15textOnNextLine=(textAfterCursor.match(/.*\n(.*)\n?/)||{})[1]||"",cursorLocation=this.get2DCursorLo… argument
H A Dfabric.js22683 textOnNextLine = (textAfterCursor.match(/.*\n(.*)\n?/) || { })[1] || '',
22706 cursorLocation, textOnNextLine, widthOfCharsOnSameLineBeforeCursor);
22714 …_getIndexOnNextLine: function(cursorLocation, textOnNextLine, widthOfCharsOnSameLineBeforeCursor) { argument
22722 for (var j = 0, jlen = textOnNextLine.length; j < jlen; j++) {
22724 var _char = textOnNextLine[j],
22746 indexOnNextLine = textOnNextLine.length;