mirror of https://github.com/axmolengine/axmol.git
Better spread for freetype sdf
This commit is contained in:
parent
a17c843914
commit
c4aedff539
|
@ -43,7 +43,7 @@ FT_Library FontFreeType::_FTlibrary;
|
|||
bool FontFreeType::_FTInitialized = false;
|
||||
bool FontFreeType::_streamParsingEnabled = false;
|
||||
bool FontFreeType::_doNativeBytecodeHinting = true;
|
||||
const int FontFreeType::DistanceMapSpread = 3;
|
||||
const int FontFreeType::DistanceMapSpread = 6;
|
||||
|
||||
const char* FontFreeType::_glyphASCII =
|
||||
"\"!#$%&'()*+,-./"
|
||||
|
|
Loading…
Reference in New Issue