[DEV] set dista,ce field at the 30 pixel size

This commit is contained in:
Edouard DUPIN 2014-02-25 21:17:34 +01:00
parent 69ef5682fe
commit 5644e5f987

View File

@ -21,11 +21,7 @@
#undef __class__
#define __class__ "resource::DistanceFieldFont"
#ifdef __TARGET_OS__Android
#define SIZE_GENERATION (20)
#else
#define SIZE_GENERATION (30)
#endif
#define SIZE_GENERATION (30)
ewol::resource::DistanceFieldFont::DistanceFieldFont(const std::string& _fontName) :
ewol::resource::Texture(_fontName),