Skip to content

Commit 0f9ed40

Browse files
committed
font characters
1 parent 6e0a451 commit 0f9ed40

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

rustex/src/fonts/fontchars.rs

+5-2
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,9 @@ lazy_static! {
565565
(97,"a"),(98,"b"),(99,"c"),(100,"d"),(101,"e"),(102,"f"),(103,"g"),
566566
(104,"h"),(105,"i"),(106,"j"),(107,"k"),(108,"l"),(109,"m"),(110,"n"),(111,"o"),(112,"p"),
567567
(113,"q"),(114,"r"),(115,"s"),(116,"t"),(117,"u"),(118,"v"),(119,"w"),(120,"x"),(121,"y"),
568-
(122,"z"),(123,"ı"),(124,"ȷ")
568+
(122,"z"),(123,"ı"),(124,"ȷ"),
569+
(218,"◆"),
570+
(228,"∖")
569571
]);
570572
pub static ref STIX_MATH_BB : HashMap<u8,&'static str> = HashMap::from([
571573
(65,"A"),(66,"B"),(67,"C"),(68,"D"),(69,"E"),
@@ -643,7 +645,8 @@ lazy_static! {
643645
(97,"a"),(98,"b"),(99,"c"),(100,"d"),(101,"e"),(102,"f"),(103,"g"),
644646
(104,"h"),(105,"i"),(106,"j"),(107,"k"),(108,"l"),(109,"m"),(110,"n"),(111,"o"),(112,"p"),
645647
(113,"q"),(114,"r"),(115,"s"),(116,"t"),(117,"u"),(118,"v"),(119,"w"),(120,"x"),(121,"y"),
646-
(122,"z"),(123,"ı"),(124,"ȷ")
648+
(122,"z"),(123,"ı"),(124,"ȷ"),
649+
(159,"★")
647650
]);
648651
pub static ref STIX_MATH_EX : HashMap<u8,&'static str> = HashMap::from([
649652
(12,"{"),(13,"}"),

0 commit comments

Comments
 (0)