Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include Unicode transform effects for varios 'Mathematical *" unicode symbols #29

Open
jsbueno opened this issue Apr 22, 2022 · 0 comments

Comments

@jsbueno
Copy link
Owner

jsbueno commented Apr 22, 2022

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:

  • LATIN LETTER SMALL CAPITAL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant