We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af664dc commit c841adcCopy full SHA for c841adc
1 file changed
src/gameobjects/text/TextStyle.js
@@ -519,7 +519,7 @@ var TextStyle = new Class({
519
setFont: function (font, updateText)
520
{
521
if (updateText === undefined) { updateText = true; }
522
-
+
523
var fontFamily = font;
524
var fontSize = '';
525
var fontStyle = '';
@@ -544,7 +544,7 @@ var TextStyle = new Class({
544
this.fontFamily = fontFamily;
545
this.fontSize = fontSize;
546
this.fontStyle = fontStyle;
547
548
if (updateText)
549
550
this.update(true);
0 commit comments