Searched refs:getCharWidth (Results 1 – 5 of 5) sorted by relevance
6 function getCharWidth(str){ function44 var txt_len = getCharWidth(text);164 if (getCharWidth(this.table[i][j]) > colsize[j]){165 colsize[j] = getCharWidth(this.table[i][j]); 178 …if (spaces[0] > 1 && spaces[1] <= 1) r = r + prettytables_repeat(' ',colsize[j]-getCharWidth(this…179 …) r = r + ' ' + this.table[i][j] + prettytables_repeat(' ',colsize[j]-getCharWidth(this.table[i][j…
885 public static function getCharWidth($char) function in Hoa\\Ustring\\Ustring930 return 1 <= static::getCharWidth($char);
51 * Implement the `getCharWidth` method. (Ivan Enderlin, 2015-01-07T11:00:06+01:00)
793 ->when($result = LUT::getCharWidth(LUT::fromCode($code)))
1 …getCharWidth(text.charAt(i), font) / 2;\n // Move to the center of the character\n …