mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-05 15:17:37 +03:00
Include superscripts and subscripts in fonts
This commit is contained in:
parent
afe9672156
commit
bed1fbf849
@ -56,6 +56,8 @@ intervals = [
|
||||
# Russian, Ukrainian, Bulgarian, etc.
|
||||
(0x0400, 0x04FF),
|
||||
### Math Symbols (common subset) ###
|
||||
# Superscripts and Subscripts
|
||||
(0x2070, 0x209F),
|
||||
# General math operators
|
||||
(0x2200, 0x22FF),
|
||||
# Arrows
|
||||
|
||||
Loading…
Reference in New Issue
Block a user