rfw2d
    Preparing search index...

    Interface TextLike

    interface TextLike {
        anchor: ReadonlyVec2;
        font: Font;
        layout: TextLayout;
        style: TextStyle;
        transform: ReadonlyLocalTransform2D;
    }

    Implemented by

    Index

    Properties

    anchor: ReadonlyVec2
    font: Font
    layout: TextLayout
    style: TextStyle