Class FontLineCache
The font line info generated during text processing.
Inheritance
System.Object
FontLineCache
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class FontLineCache : ValueType
Fields
FirstCharIndex
The first character index (from the input text).
Declaration
public int FirstCharIndex
Field Value
System.Int32
|
LastCharIndex
The last character index (from the input text), inclusive.
Declaration
public int LastCharIndex
Field Value
System.Int32
|
Location
The root position of the line (upper left corner).
Declaration
public Float2 Location
Field Value
Float2
|