how to use the createFontFamilyPlugin plugin? #2238
Unanswered
yuvalshilo
asked this question in
Q&A
Replies: 1 comment 2 replies
-
It looks like there isn't a pre-built UI component that will work with const type = getPluginType(editor, MARK_FONT_FAMILY);
setMarks(editor, { [type]: 'some-font' }); |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! we want to implement a font family picker in our editor.
I looked at the documentation
but it doesn't say how we can use it.
it says that there is a "ColorPickerToolbarDropdown", but not a font family drop down
if someone can share from his experience it will help a lot.
thanks!
Beta Was this translation helpful? Give feedback.
All reactions