• Preparing search index...
  • The search index is not available
RealDWG-Web
  • RealDWG-Web
  • @mlightcad/data-model
  • acdbChunkDxfMTextContents

Function acdbChunkDxfMTextContents

  • acdbChunkDxfMTextContents(text: string): AcDbDxfMTextContentChunk[]
  • Split MTEXT (or embedded-MTEXT) contents into DXF group 3 / group 1 pairs.

    Spec order: full 250-char group-3 chunks first, then a final group 1 with the remainder (or the whole string when length ≤ 250).

    Parameters

    • text: string

    Returns AcDbDxfMTextContentChunk[]

    • Defined in packages/data-model/src/base/AcDbDxfStringChunks.ts:33

Settings

Member Visibility
RealDWG-Web
  • Loading...

Generated using TypeDoc