Type alias TCanvasTextSymbol

TCanvasTextSymbol: TSymbol & {
    data: {
        height: number;
        justificationType: string;
        textHeight: number;
        topLeftPoint: TPoint;
        width: number;
    };
    label: string;
}

Type declaration

  • data: {
        height: number;
        justificationType: string;
        textHeight: number;
        topLeftPoint: TPoint;
        width: number;
    }
    • height: number
    • justificationType: string
    • textHeight: number
    • topLeftPoint: TPoint
    • width: number
  • label: string

Generated using TypeDoc