Font specification (iOS only) The sepcification must be compatible with UIFont's fontWithName:size: See: https://developer.apple.com/documentation/uikit/uifont/1619041-fontwithname

Hierarchy

  • SbIosFont

Properties

Properties

name: string

the full name of the font (includes the font family name and the specific style information for the font). E.g. "MyFont-Bold"

size: number

the scaling size of the font in points. Must be greater than 0.0.

Generated using TypeDoc