dankito / RichTextEditor

Rich text WYSIWYG editor for Android and JavaFX
Apache License 2.0
92 stars 36 forks source link

How to custom font from resource #37

Open rezziqbal06 opened 4 years ago

rezziqbal06 commented 4 years ago

Can i set font in editor from src/main/res/fonts ? How to do that?

dankito commented 4 years ago

As i said in https://github.com/dankito/RichTextEditor/issues/35 i don't know how to do this.

If you want to have it, you would have to do the research how to show custom fonts in Android's WebView and how to apply them via JavaScript.