ADOBE FRAMEMAKER 10
MIF Reference
272
Object op codes
Data types used in specifications
The following table lists the data types used for the specifications in this appendix.
0x2C Font style page 279
0x2D Font color page 279
0x2E Font weight page 279
0x2F Font angle page 280
0x30 Font variation page 280
0x31 Font horizontal kerning page 280
0x32 Font vertical kerning page 280
0x33 Font word spread value page 281
Op code Description of op code Location
0x80 Ellipse page 281
0x81 Polygon page 281
0x82 Polyline page 282
0x83 Rectangle page 282
0x84 Rounded rectangle page 282
0x85 Arc page 283
0x86 FrameImage graphic imported within this graphic page 283
0x87 Beginning of text line page 284
0x88 Text in text line page 284
0x89 End of text line page 285
0x8A Beginning of clipping rectangle page 285
0x8B End of clipping rectangle page 285
0x8C FrameVector graphic imported within this graphic page 285
Type Definition
byte unsigned 8-bit integer
short unsigned 16-bit integer
long signed 32-bit integer
unsigned long unsigned 32-bit integer
metric signed 32-bit, fixed point; the first 16 bits represent the digits preceding the decimal, the last 16 bits repre-
sent the digits following the decimal
string string of bytes in UTF-8 encoding
Op code Description of op code Location