Interface TextLike

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

Implemented by

Properties

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