Skip to content

Commit b4fb39b

Browse files
committed
Merge pull request #1 from Khan/base_extended_latin
Added base extended latin characters to Main fonts
2 parents 677fd6a + b1bc166 commit b4fb39b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

fonts/OTF/TeX/makeFF

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@ $map{cmr10} = {
6666
0x7E => [0x303,-500,0], # \tilde (combining)
6767
0x7F => 0xA8, # \ddot
6868
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
6976
],
7077

7178
"Greek" => [
@@ -632,6 +639,13 @@ $map{cmti10} = {
632639
0x7E => [0x7E,0,-350], # ~
633640
0x7E => [0x303,-511,0], # \tilde (combining)
634641
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
635649
],
636650

637651
"WinChrome" => [
@@ -694,6 +708,13 @@ $map{cmbx10} = {
694708
0x7E => [0x303,-575,0], # \tilde (combining)
695709
0x7F => 0xA8, # \ddot
696710
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
697718
],
698719

699720
"Greek-Bold" => [

0 commit comments

Comments
 (0)