Interface FontParams

interface FontParams {
    color?: Vec3;
    fontSize?: number;
    fontType?: number;
    lineType?: number;
    thickness?: number;
}

Hierarchy

Properties

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