Version: 2022.3
언어: 한국어

TrueTypeFontImporter.shouldRoundAdvanceValue

매뉴얼로 전환
public bool shouldRoundAdvanceValue ;

설명

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.