GSGlyphCopyOptions Constants Reference
Declared in | GSGlyph.h |
GSGlyphCopyOptions
Definition
typedef NS_ENUM(NSInteger,
GSGlyphCopyOptions ) {
GSGlyphCopyNoLayers = 0,
GSGlyphCopySpecialLayers = 1 < < 0,
GSGlyphCopyAllLayers = 2 < < 0,
};