@openhps/opencv
    Preparing search index...

    Interface FontParams

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

    Hierarchy (View Summary)

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