ADOBE FRAMEMAKER 10
MIF Reference
279
Font style (0x2C)
Font color (0x2D)
Font weight (0x2E)
Size of data in bytes: 4
Default value: default font size
Example: 2B 00000004 000C0000
for a 12 point font
Specification by data type: Unsigned long
Description of data: Described by 14 bits, where bit 0 is the least significant bit:
Bit 0: bold (equivalent to setting the font weight to bold)
Bit 1: italic (equivalent to setting the font angle to italic)
Bits 2-4: underline style — 0:no underline, 1:single, 2:double, 3:numeric (bit 4 is not
currently used)
Bit 5: overline
Bit 6: strikethrough
Bit 7: superscript
Bit 8: subscript
Bit 9: outline
Bit 10: shadow
Bit 11: pair kern
Bits 12-13: case — 0:as is, 1:small caps, 2:lower case, 3:upper case
Size of data in bytes: 4
Default value: default font style
Example: 2C 00000004 00000043
for a font with bold, italic, and strikethrough styles
Specification by data type: String
Description of data: Name of color tag
Size of data in bytes: Variable
Default value: Black
Example: 03 0000001B 00 0B 53 61 67 65 20 47 72 65 65 6E 00
for a font in the color Sage Green
Specification by data type: String
Description of data: Name of font weight type (uses the same values as the MIF
FWeight statement)
Size of data in bytes: Variable