GSFigureStyles

Used to determine how to gemerate the numbers features (pnum, lnum)

Definition

typedef NS_ENUM(uint8_t, GSFigureStyles ) {
   NotTested = 0,
   NoFigures = 1,
   tosf = 2,
   osf = 3,
   tf = 4,
   lf = 5,
};

Constants

NotTested

This is the initial state

Declared In GSFont.h.

NoFigures

There are no figures

Declared In GSFont.h.

tosf

The default figures are tabular oldstyle figures

Declared In GSFont.h.

osf

The default figures are proportional oldstyle figures

Declared In GSFont.h.

tf

The default figures are tabular figures

Declared In GSFont.h.

lf

The default figures are lining figures

Declared In GSFont.h.