Search Results for

    Show / Hide Table of Contents

    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

    Size

    The line bounds (width and height).

    Declaration
    public Float2 Size
    Field Value
    Float2

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat