TrueTypeFontImporter.shouldRoundAdvanceValue

public bool shouldRoundAdvanceValue;

Description 描述

Set this property to true if you want to round the internal advance width of the font to the nearest integer.

When positioning characters, the cumulated error induced by a rounded advance width may cause the spacing between characters to look inconsistent. Note that the integer CharacterInfo.advance is always rounded to the nearest integer, independently of this flag.