Type Alias TextPathDrawingOpts

TextPathDrawingOpts: TextDrawingOpts & {
    method?: "align" | "stretch";
    side?: "left" | "right";
    spacing?: "auto" | "exact";
    startOffset?: number;
    textLength?: number;
}

Text path drawing options