Declared in GSHint.h

GSHintType

Hint types

Definition

typedef NS_ENUM(int8_t, GSHintType ) {
   Tag = -2,
   TopGhost = -1,
   Stem = 0,
   BottomGhost = 1,
   Flex = 2,
   TTSnap = 3,
   TTStem = 4,
   TTShift = 5,
   TTInterpolate = 6,
   TTDiagonal = 8,
   TTDelta = 9,
   Corner = 16,
   Cap = 17,
   Brush = 18,
   Segment = 19,
   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.

Flex

Flex

Declared In GSHint.h.

TTSnap

Snap for TT hints

Declared In GSHint.h.

TTStem

Stem for TT hints

Declared In GSHint.h.

TTShift

Shift for TT hints

Declared In GSHint.h.

TTInterpolate

Interpolation for TT hints

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.

Brush

Brush

Declared In GSHint.h.

Segment

Line

Declared In GSHint.h.

Auto

Auto

Declared In GSHint.h.