GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeFont

The BlazeFont interface is responsible for managing the font.

Properties

fontName - iOS

This is the font's actual name and used by iOS to load the font

fontFileName - Android

This indicates the file name of the font within the android/app/res/font folder, utilized by Android.

Initialization

interface BlazeFont {
  fontName?: string;
  fontFileName?: string;
}

Did this page help you?