The font-use indicators tell the PM what you intend to do with the font,
and determine whether you get an image font or an outline font. There are
three font-use indicators:
Indicator
FATTR_FONTUSE_OUTLINE
Forces selection of an outline font. This value
must be set if you intend to use graphics characters in a path definition.
FATTR_FONTUSE_TRANSFORMABLE
Allows
the scaling, rotating, or shearing of font characters. Set this value ON
if the current character mode is CM_MODE3.
FATTR_FONTUSE_NOMIX
Allows the PM to ignore current mix-mode values.
Set this value ON if the graphics text is not going to be written over or
underneath other graphics, because it improves the performance of text drawing.
FATTR_FONTUSE_TRANSFORMABLE and FATTR_FONTUSE_OUTLINE normally are both
specified to select an outline font. Specify neither if you want to select
an image font.
[Back]
[Next]