{
  "version": 3,
  "sources": ["../../src/types/mtext-entity.ts"],
  "sourcesContent": ["// MTEXT entity type\n\nimport type { BaseEntity } from './base-entity'\n\nexport interface MTextEntity extends BaseEntity {\n  type: 'MTEXT'\n  string: string\n  x?: number\n  y?: number\n  z?: number\n  nominalTextHeight?: number\n  textHeight?: number\n  refRectangleWidth?: number\n  attachmentPoint?: number\n  drawingDirection?: number\n  styleName?: string\n  xAxisX?: number\n  xAxisY?: number\n  xAxisZ?: number\n  horizontalWidth?: number\n  verticalHeight?: number\n  lineSpacingStyle?: number\n  lineSpacingFactor?: number\n  backgroundFill?: number\n  fillBoxStyle?: number\n  bgFillColor?: number\n  bgFillTransparency?: number\n  columnType?: number\n  columnCount?: number\n  columnFlowReversed?: boolean\n  columnAutoheight?: boolean\n  columnWidth?: number\n  columnGutter?: number\n  columnHeights?: number\n}\n"],
  "mappings": ";;;;;;;;;;;;;;AAAA;AAAA;",
  "names": []
}
