Struct FontLineCache
The font line info generated during text processing.
Assembly: FlaxEngine.dll
File: Engine/Render2D/Font.h
Syntax
public struct FontLineCache
Fields
FirstCharIndex
The first character index (from the input text).
Declaration
public int32 FirstCharIndex
Field Value
int32
|
LastCharIndex
The last character index (from the input text), inclusive.
Declaration
public int32 LastCharIndex
Field Value
int32
|
Location
The root position of the line (upper left corner).
Declaration
public Float2 Location
Field Value
Float2
|
Size
The line bounds (width and height).
Declaration
public Float2 Size
Field Value
Float2
|