Lines Matching refs:spaceWidth
2681 geometry.spaceWidth = font.spaceWidth;2859 if (e < 0 && text.geom.spaceWidth > 0) { // avoid div by zero2860 var numFakeSpaces = Math.round(-e / text.geom.spaceWidth);16453 get spaceWidth() {16481 return shadow(this, 'spaceWidth', width);