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

    Interface SbIosFonts

    Font styles (iOS only) Note that fonts must be added to the iOS project and registered in app's Info.plist See the Sensibill SDK Documentation for more information on font customization.

    interface SbIosFonts {
        body?: SbIosFont;
        caption?: SbIosFont;
        footnote?: SbIosFont;
        largeTitle?: SbIosFont;
        subheadline?: SbIosFont;
        title2?: SbIosFont;
        title3?: SbIosFont;
    }
    Index

    Properties

    body?: SbIosFont
    caption?: SbIosFont
    footnote?: SbIosFont
    largeTitle?: SbIosFont
    subheadline?: SbIosFont
    title2?: SbIosFont
    title3?: SbIosFont