In the nightly of 31-10-2015 the font.setLetterSpacing(float);
does not work. Changing this value don't change the font rendered. Here my code:
font.load("BEBAS.ttf", _fontSize, true, false, true, 0.4, 72);
font.setSpaceSize(0.8);
In the nightly of 31-10-2015 the font.setLetterSpacing(float);
does not work. Changing this value don't change the font rendered. Here my code:
font.load("BEBAS.ttf", _fontSize, true, false, true, 0.4, 72);
font.setSpaceSize(0.8);