this.lineX = 0;
this.lineY = 0;
// Character and word spacing
- this.charSpace = 0;
- this.wordSpace = 0;
+ this.charSpacing = 0;
+ this.wordSpacing = 0;
this.textHScale = 1;
// Color spaces
this.fillColorSpace = null;
this.lineX = 0;
this.lineY = 0;
// Character and word spacing
- this.charSpace = 0;
- this.wordSpace = 0;
+ this.charSpacing = 0;
+ this.wordSpacing = 0;
this.textHScale = 1;
// Color spaces
this.fillColorSpaceObj = null;
var charSpacing = current.charSpacing;
var wordSpacing = current.wordSpacing;
var textHScale = current.textHScale;
-
+
if (charSpacing != 0 || wordSpacing != 0 || textHScale != 1) {
scaleFactorX *= textHScale;
ctx.scale(1 / textHScale, 1);