TrueTypeFontImporter.use2xBehaviour Manual     Reference     Scripting  
Scripting > Editor Classes > TrueTypeFontImporter
TrueTypeFontImporter.use2xBehaviour

var use2xBehaviour : boolean

Description

If this is enabled, font layouting will be the same as in Unity 2.x.

Unity 2.x would in same cases position fonts differently depending on the imported character set, which would sometimes require users to tweak their GUI skins, so the font placing would be correct. Enable this, if you want to use your old 2.x GUI skins, without any differences in text layout.

Not recommended for any new projects!