Struct FaceInfo
Information about the font face metrics for a font.
Namespace: Unity.Tiny.Text
Syntax
public struct FaceInfo
Fields
Ascent
Declaration
public float Ascent
Field Value
Type | Description |
---|---|
Single |
Baseline
Declaration
public float Baseline
Field Value
Type | Description |
---|---|
Single |
Descent
Declaration
public float Descent
Field Value
Type | Description |
---|---|
Single |
LineHeight
Declaration
public float LineHeight
Field Value
Type | Description |
---|---|
Single |
PointSize
Declaration
public float PointSize
Field Value
Type | Description |
---|---|
Single |
Scale
Declaration
public float Scale
Field Value
Type | Description |
---|---|
Single |