The font name and size. iOS only.

interface Font {
    fontName: string;
    fontSize: number;
}

Properties

Properties

fontName: string

The font name. defaults to SYSTEM.

fontSize: number

The font size. defaults 17.0 .