@@ -66,6 +66,13 @@ $map{cmr10} = {
66
66
0x7E => [0x303,-500,0], # \tilde (combining)
67
67
0x7F => 0xA8, # \ddot
68
68
0x7F => [0x308,-500,0], # \ddot (combining)
69
+ 0x19 => 0xDF, # sharp S
70
+ 0x1A => 0xE6, # ae ligature
71
+ 0x1B => 0x153, # oe ligature
72
+ 0x1C => 0xF8, # o with slash
73
+ 0x1D => 0xC6, # AE ligature
74
+ 0x1E => 0x152, # OE ligature
75
+ 0x1F => 0xD8, # O with slash
69
76
],
70
77
71
78
" Greek" => [
@@ -632,6 +639,13 @@ $map{cmti10} = {
632
639
0x7E => [0x7E,0,-350], # ~
633
640
0x7E => [0x303,-511,0], # \tilde (combining)
634
641
0x7F => [0x308,-511,0], # \ddot (combining)
642
+ 0x19 => 0xDF, # sharp S
643
+ 0x1A => 0xE6, # ae ligature
644
+ 0x1B => 0x153, # oe ligature
645
+ 0x1C => 0xF8, # o with slash
646
+ 0x1D => 0xC6, # AE ligature
647
+ 0x1E => 0x152, # OE ligature
648
+ 0x1F => 0xD8, # O with slash
635
649
],
636
650
637
651
" WinChrome" => [
@@ -694,6 +708,13 @@ $map{cmbx10} = {
694
708
0x7E => [0x303,-575,0], # \tilde (combining)
695
709
0x7F => 0xA8, # \ddot
696
710
0x7F => [0x308,-575,0], # \ddot (combining)
711
+ 0x19 => 0xDF, # sharp S
712
+ 0x1A => 0xE6, # ae ligature
713
+ 0x1B => 0x153, # oe ligature
714
+ 0x1C => 0xF8, # o with slash
715
+ 0x1D => 0xC6, # AE ligature
716
+ 0x1E => 0x152, # OE ligature
717
+ 0x1F => 0xD8, # O with slash
697
718
],
698
719
699
720
" Greek-Bold" => [
0 commit comments