You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use case:
Our product has a font picker for a text area. We want to have each entry in the font selector to use the same font-face as it's describing. Previously, this was done using the custom onRender function, but that can easily break between builds of Fabric, or get out of sync with other style changes to menus.
The text was updated successfully, but these errors were encountered:
Use case:
Our product has a font picker for a text area. We want to have each entry in the font selector to use the same font-face as it's describing. Previously, this was done using the custom
onRender
function, but that can easily break between builds of Fabric, or get out of sync with other style changes to menus.The text was updated successfully, but these errors were encountered: