react-native-firework-sdk
    Preparing search index...

    Interface IOSFontInfo

    interface IOSFontInfo {
        fontName?: string;
        systemFontStyle?: IOSSystemFontStyle;
        systemFontWeight?: IOSSystemFontWeight;
    }
    Index

    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. Only supported on iOS.

    systemFontWeight?: IOSSystemFontWeight

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