GSHintType

Hint types

Definition

typedef NS_ENUM(int8_t, GSHintType ) {
   Tag = -2,
   TopGhost = -1,
   Stem = 0,
   BottomGhost = 1,
   TTAnchor = 2,
   TTCenterStem = 3,
   TTStem = 4,
   TTAlign = 5,
   TTInterpolate = 6,
   TTInterpolateStem = 7,
   TTDiagonal = 8,
   TTDelta = 9,
   Corner = 16,
   Cap = 17,
   Auto = 0 x7f,
};

Constants

Tag

Tag

Declared In GSHint.h.

TopGhost

TopGhost for PS hints

Declared In GSHint.h.

Stem

Stem for PS hints

Declared In GSHint.h.

BottomGhost

BottomGhost for PS hints

Declared In GSHint.h.

TTAnchor

Anchor for TT hints

Declared In GSHint.h.

TTCenterStem

Center Stem

Declared In GSHint.h.

TTStem

Stem for TT hints

Declared In GSHint.h.

TTAlign

Aling for TT hints

Declared In GSHint.h.

TTInterpolate

Interpolation for TT hints

Declared In GSHint.h.

TTInterpolateStem

Interplate Stem

Declared In GSHint.h.

TTDiagonal

Diagonal for TT hints

Declared In GSHint.h.

TTDelta

Delta hints

Declared In GSHint.h.

Corner

Corner Component

Declared In GSHint.h.

Cap

Cap Component

Declared In GSHint.h.

Auto

Auto

Declared In GSHint.h.