@sensibill/reactnative-bridge-sdk
    Preparing search index...

    Interface SbIosFont

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

    interface SbIosFont {
        name: string;
        size: number;
    }
    Index

    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.