Dynamic font family declarations? #558
Answered
by
mickael-menu
smoores-dev
asked this question in
Q&A
-
Howdy! Is it possible to dynamically append font family declarations to the EPUB navigator config? I'd like to allow users to import font files that they have on their devices, and configure them as the current fontFamily. The flow would be something like:
|
Beta Was this translation helpful? Give feedback.
Answered by
mickael-menu
Mar 8, 2025
Replies: 1 comment 1 reply
-
It's not possible, you will need to recreate a |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
smoores-dev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's not possible, you will need to recreate a
EPUBNavigatorViewController
instance. But you should be able to do this mostly transparently in your reader view.