Interface IOSFontInfo

Hierarchy

  • IOSFontInfo

Properties

fontName?: string

The iOS font name, such as "Helvetica", "Helvetica-Bold". Only supported on iOS.

systemFontStyle?: IOSSystemFontStyle

The iOS system font style. The property is ignored when fontName is non-empty.

systemFontWeight?: IOSSystemFontWeight

The iOS system font weight. The property is ignored when fontName is non-empty or systemFontStyle is italic.

Generated using TypeDoc