Skip to content

Commit

Permalink
Merge pull request #3 from Khan/fix_tt_quotes
Browse files Browse the repository at this point in the history
switch glyphs for left and right single quotes for the typewriter font
  • Loading branch information
gagern authored Jan 22, 2017
2 parents 5a68c97 + b59f47e commit 07ac3f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions fonts/OTF/TeX/makeFF
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ $map{cmr10} = {
0x1C => 0xF8, # o with slash
0x1D => 0xC6, # AE ligature
0x1E => 0x152, # OE ligature
0x1F => 0xD8, # O with slash
0x1F => 0xD8, # O with slash
],

"Greek" => [
Expand Down Expand Up @@ -645,7 +645,7 @@ $map{cmti10} = {
0x1C => 0xF8, # o with slash
0x1D => 0xC6, # AE ligature
0x1E => 0x152, # OE ligature
0x1F => 0xD8, # O with slash
0x1F => 0xD8, # O with slash
],

"WinChrome" => [
Expand Down Expand Up @@ -714,7 +714,7 @@ $map{cmbx10} = {
0x1C => 0xF8, # o with slash
0x1D => 0xC6, # AE ligature
0x1E => 0x152, # OE ligature
0x1F => 0xD8, # O with slash
0x1F => 0xD8, # O with slash
],

"Greek-Bold" => [
Expand Down Expand Up @@ -1521,8 +1521,8 @@ $map{cmtt10} = {

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

0x27 => 0x2018, # left quote
0x60 => 0x2019, # right quote
0x60 => 0x2018, # left quote
0x27 => 0x2019, # right quote
0x5E => [0x302,-525,0], # \hat (combining)
0x7E => [0x303,-525,0], # \tilde (combining)
0x7F => [0x308,-525,0], # \ddot (combining)
Expand Down

0 comments on commit 07ac3f1

Please sign in to comment.