interface AcGiMTextData {
    attachmentPoint?: AcGiMTextAttachmentPoint;
    directionVector?: AcGeVector3dLike;
    drawingDirection?: AcGiMTextFlowDirection;
    height: number;
    lineSpaceFactor?: number;
    position: AcGeVector3dLike;
    rotation?: number;
    text: string;
    width: number;
    widthFactor?: number;
}

Properties

attachmentPoint?: AcGiMTextAttachmentPoint
directionVector?: AcGeVector3dLike
drawingDirection?: AcGiMTextFlowDirection
height: number
lineSpaceFactor?: number
rotation?: number
text: string
width: number
widthFactor?: number