Companion
object Companion
Functions
Link copied to clipboard
fun fromLegacyEpubSettings(context: Context, sharedPreferencesName: String = "org.readium.r2.settings", fontFamilies: List<String> = listOf(
"Original",
"PT Serif",
"Roboto",
"Source Sans Pro",
"Vollkorn",
"OpenDyslexic",
"AccessibleDfA",
"IA Writer Duospace"
)): EpubPreferences
Loads the preferences from the legacy EPUB settings stored in the SharedPreferences with given sharedPreferencesName.