Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "font/Family"

Index

Classes

Interfaces

Variables

Variables

Const android

android: Readonly<IFamily> = Object.freeze({normal: 'normal',serif: 'serif',sansSerif: 'sans-serif',monospaced: 'monospaced',})

The default fonts for Android

Const base

base: Readonly<IFamily> = ((() => {switch (Platform.OS) {case 'ios': return ios;case 'android': return android;default: throw new TypeError(`Unknown platform '${Platform.OS}'`);}})())

The default fonts for the current platform

Const ios

ios: Readonly<IFamily> = Object.freeze({normal: 'System',serif: 'System',sansSerif: 'System',monospaced: 'Courier',})

The default fonts for iOS