Skip to content

Commit 07ac3f1

Browse files
authored
Merge pull request #3 from Khan/fix_tt_quotes
switch glyphs for left and right single quotes for the typewriter font
2 parents 5a68c97 + b59f47e commit 07ac3f1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: fonts/OTF/TeX/makeFF

+5-5
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ $map{cmr10} = {
7272
0x1C => 0xF8, # o with slash
7373
0x1D => 0xC6, # AE ligature
7474
0x1E => 0x152, # OE ligature
75-
0x1F => 0xD8, # O with slash
75+
0x1F => 0xD8, # O with slash
7676
],
7777

7878
"Greek" => [
@@ -645,7 +645,7 @@ $map{cmti10} = {
645645
0x1C => 0xF8, # o with slash
646646
0x1D => 0xC6, # AE ligature
647647
0x1E => 0x152, # OE ligature
648-
0x1F => 0xD8, # O with slash
648+
0x1F => 0xD8, # O with slash
649649
],
650650

651651
"WinChrome" => [
@@ -714,7 +714,7 @@ $map{cmbx10} = {
714714
0x1C => 0xF8, # o with slash
715715
0x1D => 0xC6, # AE ligature
716716
0x1E => 0x152, # OE ligature
717-
0x1F => 0xD8, # O with slash
717+
0x1F => 0xD8, # O with slash
718718
],
719719

720720
"Greek-Bold" => [
@@ -1521,8 +1521,8 @@ $map{cmtt10} = {
15211521

15221522
[0x21,0x7F] => 0x21,
15231523

1524-
0x27 => 0x2018, # left quote
1525-
0x60 => 0x2019, # right quote
1524+
0x60 => 0x2018, # left quote
1525+
0x27 => 0x2019, # right quote
15261526
0x5E => [0x302,-525,0], # \hat (combining)
15271527
0x7E => [0x303,-525,0], # \tilde (combining)
15281528
0x7F => [0x308,-525,0], # \ddot (combining)

0 commit comments

Comments
 (0)