[Question] How to change font style inside text editor? #264
-
There is a This is an awesome package but this feature is a must-have for my use case. Could someone guide me on how to enable or implement this functionality? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
To enable multiple text styles in the text editor, include I recommend you also to check out the web demo where you can test the Google-Font-Emojis example, which demonstrates the use of multiple Google Fonts within the text editor. |
Beta Was this translation helpful? Give feedback.
To enable multiple text styles in the text editor, include
customTextStyles
in thetextEditorConfigs
and setshowSelectFontStyleBottomBar
totrue
. This will display a bottom bar, allowing you to choose between various custom text styles.I recommend you also to check out the web demo where you can test the Google-Font-Emojis example, which demonstrates the use of multiple Google Fonts within the text editor.