| フィールド | 型 | コメント |
| Header | RECORDHEADER | タグタイプ = 46 |
| CharacterId | UI16 | ID for this character |
| StartBounds | RECT | Bounds of the start shape |
| EndBounds | RECT | Bounds of the end shape |
| Offset | UI32 | Indicates offset to EndEdges |
| MorphFillStyles | MORPHFILLSTYLEARRAY |
Fill style information is stored in the same manner as for a standard shape; however, each fill consists of interleaved information based on a single style type to accommodate morphing. |
| MorphLineStyles | MORPHLINESTYLEARRAY |
Line style information is stored in the same manner as for a standard shape; however, each line consists of interleaved information based on a single style type to accommodate morphing. |
| StartEdges | SHAPE |
Contains the set of edges and the style bits that indicate style changes (for example, MoveTo, FillStyle, and LineStyle). Number of edges must equal the number of edges in EndEdges. |
| EndEdges | SHAPE |
Contains only the set of edges, with no style information. Number of edges must equal the number of edges in StartEdges. |