Enum DynamicFont.SpacingType
enum SpacingType
: int { ... }
Enum members
Name | Description |
---|---|
spacingBottom
|
Spacing at the bottom. |
spacingChar
|
Character spacing. |
spacingSpace
|
Space spacing. |
spacingTop
|
Spacing at the top. |