Declared in GSBase.h

GSFormatVersion

format of the .glyph file

Definition

typedef NS_ENUM(uint8_t, GSFormatVersion ) {
   GSFormatVersion1 = 1,
   GSFormatVersion3 = 3,
   GSFormatVersionCurrent = 3,
};

Constants

GSFormatVersion1

the format in Glyphs 1 and 2

Declared In GSBase.h.

GSFormatVersion3

the format in Glyphs 3

Declared In GSBase.h.

GSFormatVersionCurrent

the default format of the running app. Will change with when the format changes. Use this to always get the latest version

Declared In GSBase.h.