diff --git a/src/pixi/text/Text.js b/src/pixi/text/Text.js index fe56b7c..d3b25ad 100644 --- a/src/pixi/text/Text.js +++ b/src/pixi/text/Text.js @@ -143,6 +143,7 @@ style.dropShadowDistance = style.dropShadowDistance || 4; style.dropShadowColor = style.dropShadowColor || 'black'; style.lineJoin = style.lineJoin || 'miter'; + style.lineHeight = style.lineHeight || false; this.style = style; this.dirty = true;