Download Adobe Framemaker MIF Reference Guide

Transcript
404 CHAPTER 14
FrameVector Facet Format
Note:
Clipping rectangles are unique to the FrameVector format. All objects within a clipping
rectangle are drawn to the boundaries of the rectangle. If an object extends beyond this
region, the portion that passes the rectangle boundary is not drawn.
The specification of the start of a clipping rectangle begins with op code 8A and ends with
op code 8B. All objects within the clipping rectangle must be specified between these two
op codes.
End of clipping rectangle (0x8B)
Specification by data type:
N/A
Description of data:
None
Size of data in bytes:
0
Example:
8B 00000000
FrameVector graphic imported within this graphic (0x8C)
Specification by data type:
Rectangle, byte, vector data
Description of data:
Position and size of the bounding rectangle in points (rectangle)
Is the object flipped left/right? (byte — 0:no, 1:yes)
FrameVector data (vector data)
Size of data in bytes:
Variable
Example:
8C 00000046 00670000 004F0000 00130000 003C0000 00
...(FrameVector data)...
for a FrameVector graphic with the following specifications:
x position = 103 points (0067)
y position = 79 points (004F)
width = 19 points (0013)
height = 60 points (003C)
flipped left/right = no
Note:
The vector graphic is scaled to the size of the bounding rectangle.