ADOBE FRAMEMAKER 10
MIF Reference
276
Rotation angle (0x20)
Pen pattern (0x21)
Fill pattern (0x22)
Line width (0x23)
Example: 07 0000000C 10 5A 02 00 000C0000 00004000
for an arrow style with the following specifications:
tip angle = 16° (10)
base angle = 90° (5A)
arrow type = filled (02)
arrow scaled? = no (00)
length = 12 points (000C0000)
scale factor = 0.25 (00004000)
Specification by data type: Metric
Description of data: Angle in degrees
Size of data in bytes: 4
Default value: 0
Example: 20 00000004 00500000
for the rotation angle of 80°
Specification by data type: Byte
Description of data: Index to pen patterns (see “Values for Pen and Fill statements” on page 107)
Size of data in bytes: 1
Default value: 0 (solid)
Example: 21 00000001 00
for a solid pen pattern
Specification by data type: Byte
Description of data: Index to pen patterns (see “Values for Pen and Fill statements” on page 107)
Size of data in bytes: 1
Default value: 7 (white)
Example: 22 00000001 07
for a white fill pattern
Specification by data type: Metric
Description of data: Width of line in points
Size of data in bytes: 4