@sfenton/react-native-readium-with-cfi
Version:
A react-native wrapper for https://readium.org/ with CFI support
12 lines (11 loc) • 356 B
text/typescript
// NOTE: readium uses an index so the order is very important here
export enum FontFamily {
ORIGINAL = 'Original',
HELVETICA_NEUE = 'Helvetica Neue',
IOWAN_OLD_STYLE = 'Iowan Old Style',
ATHELAS = 'Athelas',
SERAVEK = 'Seravek',
OPEN_DYSLEXIC = 'OpenDyslexic',
ACCESSIBLE_DFA = 'AccessibleDfA',
IA_WRITER_DUOSPACE = 'IA Writer Duospace',
}