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
/**
* Converts a string to the markup needed to display that string with RichText, using the same family as MathSymbolFont.
* @param text
* @param [style] - see Font options.style
*/
public static getRichTextMarkup( text: string, style = DEFAULT_STYLE ): string {
In the PointNode.js example above, Y_PATTERN is unecessary, and it becomes:
I see this kind of thing in curve-fitting and area-model-common, search for
<i style='font-family
:FYI, MathSymbolsFont provides support for this:
In the PointNode.js example above, Y_PATTERN is unecessary, and it becomes:
The text was updated successfully, but these errors were encountered: