Carbon


Glyph Orientation Constants

Header: ATSUnicode.h

enum {
    kATSUStronglyHorizontal = 0,
    kATSUStronglyVertical = 1
};

Constant descriptions

kATSUStronglyHorizontal

Specifies nonrotated glyphs that are drawn with horizontal metrics.

kATSUStronglyVertical

Specifies that glyphs are rotated 90 degrees and are drawn with vertical metrics.

You can pass a constant of type ATSUVerticalCharacterType to the functions ATSUCountFontTracking and ATSUGetIndFontTracking to specify the glyph orientation of font tracking settings, since font tracking settings differ depending upon glyph orientations.

You can also use one of these constants to set or obtain the glyph orientation of a style run; see the functions ATSUSetAttributes and ATSUGetAttribute, respectively.

VERSION NOTES

Available beginning with ATSUI 1.0.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)