Interface JAppDrawTextStyle

interface JAppDrawTextStyle {
    textColor: string;
    textRotation: number;
    textSize: number;
    textZoomRef?: number;
}

Properties

textColor: string
textRotation: number
textSize: number
textZoomRef?: number