Home | History | Annotate | Download | only in octane

Lines Matching refs:spaceWidth

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