UNPKG

expo-font

Version:

Load fonts at runtime and use them in React Native components.

18 lines (17 loc) 266 B
export interface RenderToImageOptions { /** * Font family name. * @default system default */ fontFamily?: string; /** * Size of the font. * @default 24 */ size?: number; /** * Font color * @default 'black' */ color?: string; }