Searched refs:registerStaticFont (Results 1 – 7 of 7) sorted by relevance
6 import { registerStaticFont } from './server';81 names.map((name) => registerStaticFont(name, fontMap[name]));87 registerStaticFont(fontFamilyOrFontMap, source);
12 export declare function registerStaticFont(fontFamily: string, source?: FontSource | null): void;
18 export function registerStaticFont(fontFamily, source) { function
1 … return ExpoFontLoader.resetServerContext();\n}\n\nexport function registerStaticFont(fontFamily: …
1 …registerStaticFont } from './server';\n\n// @needsAudit\n// note(brentvatne): at some point we may…
12 import { registerStaticFont } from './server';106 names.map((name) => registerStaticFont(name, fontMap[name]));116 registerStaticFont(fontFamilyOrFontMap, source);
23 export function registerStaticFont(fontFamily: string, source?: FontSource | null) { function