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
Effects currently cnatransfoprm ASCII to "mathematical sans-serif bold *" and "mathematical double-struck"
however there are all these letter-families for mathematical symbols in unicode:
Effects currently cnatransfoprm ASCII to "mathematical sans-serif bold *" and "mathematical double-struck"
however there are all these letter-families for mathematical symbols in unicode:
{'MATHEMATICAL BOLD': ['CAPITAL', 'SMALL', 'DIGIT'],
'MATHEMATICAL ITALIC': ['CAPITAL', 'SMALL'],
'MATHEMATICAL BOLD ITALIC': ['CAPITAL', 'SMALL'],
'MATHEMATICAL SCRIPT': ['SMALL'],
'MATHEMATICAL BOLD SCRIPT': ['CAPITAL', 'SMALL'],
'MATHEMATICAL FRAKTUR': ['CAPITAL', 'SMALL'],
'MATHEMATICAL DOUBLE-STRUCK': ['CAPITAL', 'SMALL', 'DIGIT'],
'MATHEMATICAL BOLD FRAKTUR': ['CAPITAL', 'SMALL'],
'MATHEMATICAL SANS-SERIF': ['CAPITAL', 'SMALL', 'DIGIT'],
'MATHEMATICAL SANS-SERIF BOLD': ['CAPITAL', 'SMALL', 'DIGIT'],
'MATHEMATICAL SANS-SERIF ITALIC': ['CAPITAL', 'SMALL'],
'MATHEMATICAL SANS-SERIF BOLD ITALIC': ['CAPITAL', 'SMALL'],
'MATHEMATICAL MONOSPACE': ['CAPITAL', 'SMALL', 'DIGIT']}
more:
The text was updated successfully, but these errors were encountered: