mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-07 08:07:40 +03:00
Include superscripts and subscripts in fonts
This commit is contained in:
parent
73c30748d8
commit
efa5156a36
@ -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