Skip to content

Commit 5a68c97

Browse files
Merge pull request #2 from gagern/ttSpace
Make ␣ available in Typewrite font, and map ‘ and ’ to their correct unicode code points.
2 parents b4fb39b + 006b842 commit 5a68c97

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

fonts/OTF/TeX/makeFF

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1517,11 +1517,12 @@ $map{cmtt10} = {
15171517
0x15 => [0x306,-525,0], # \breve (combining)
15181518
0x16 => [0x304,-525,0], # \bar (combining)
15191519
0x17 => [0x30A,-525,0], # ring above (combining)
1520+
0x20 => 0x2423, # graphic representation of space
15201521

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

1523-
0x27 => 2018, # left quote
1524-
0x60 => 2019, # right quote
1524+
0x27 => 0x2018, # left quote
1525+
0x60 => 0x2019, # right quote
15251526
0x5E => [0x302,-525,0], # \hat (combining)
15261527
0x7E => [0x303,-525,0], # \tilde (combining)
15271528
0x7F => [0x308,-525,0], # \ddot (combining)

0 commit comments

Comments
 (0)