tshet-uinh-autoderiver
tshet-uinh-autoderiver copied to clipboard
Customizing Fonts
Is it possible to allow customizing fonts in the editor and the output? I am recently working on a Tengwar notation so I need to introduce custom fonts for the editor and the output...
Version 0.2 already supports some style operations such as font size and color. I can add font family support with slight changes to the code.
@graphemecluster Docs about styles?
Will, but we haven’t released v0.2 yet.
Basically you return something like ({ f, b }) => f`Hello ${b`bold text`}`, but font isn’t supported yet.
May need font customization for the UX too (like the dropdowns).
剛才討論了,我們覺得因為這是系統字型或瀏覽器的功能,可以由用户自己解決(例如使用 CSS 插件)