mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-06 15:47:39 +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.
|
# Russian, Ukrainian, Bulgarian, etc.
|
||||||
(0x0400, 0x04FF),
|
(0x0400, 0x04FF),
|
||||||
### Math Symbols (common subset) ###
|
### Math Symbols (common subset) ###
|
||||||
|
# Superscripts and Subscripts
|
||||||
|
(0x2070, 0x209F),
|
||||||
# General math operators
|
# General math operators
|
||||||
(0x2200, 0x22FF),
|
(0x2200, 0x22FF),
|
||||||
# Arrows
|
# Arrows
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user