Interface TextLine

interface TextLine {
    color?: Vec3;
    fontSize?: number;
    fontType?: number;
    lineType?: number;
    text: string;
    thickness?: number;
}

Hierarchy

Properties

color?: Vec3
fontSize?: number
fontType?: number
lineType?: number
text: string
thickness?: number