@sfenton/react-native-readium-with-cfi
Version:
A react-native wrapper for https://readium.org/ with CFI support
13 lines (12 loc) • 542 B
JavaScript
// NOTE: readium uses an index so the order is very important here
export var FontFamily;
(function (FontFamily) {
FontFamily["ORIGINAL"] = "Original";
FontFamily["HELVETICA_NEUE"] = "Helvetica Neue";
FontFamily["IOWAN_OLD_STYLE"] = "Iowan Old Style";
FontFamily["ATHELAS"] = "Athelas";
FontFamily["SERAVEK"] = "Seravek";
FontFamily["OPEN_DYSLEXIC"] = "OpenDyslexic";
FontFamily["ACCESSIBLE_DFA"] = "AccessibleDfA";
FontFamily["IA_WRITER_DUOSPACE"] = "IA Writer Duospace";
})(FontFamily || (FontFamily = {}));