Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how is the font changing logic works. #25

Closed
kiyos88 opened this issue Oct 15, 2016 · 2 comments
Closed

how is the font changing logic works. #25

kiyos88 opened this issue Oct 15, 2016 · 2 comments

Comments

@kiyos88
Copy link

kiyos88 commented Oct 15, 2016

No description provided.

@mahavir155
Copy link
Contributor

if you look into FolioPageFragment->getHtmlContent(...); we are changing configuration such as font, fontSize and nightMode, which is in Config.java Class along with ConfigView.java

htmlContent = htmlContent.replace("<html ", "<html class=\"" + classes + "\" ");

and then changing the class style of html content

@mahavir155
Copy link
Contributor

It was not an issue.. Closing..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants