three-msdf-text
    Preparing search index...

    Type Alias Line

    Struct of a line in a TextGeometry

    type Line = {
        chars: TextChar[];
        index: number;
        width: number;
    }
    Index

    Properties

    Properties

    chars: TextChar[]
    index: number
    width: number