1
0
Fork 0
mirror of synced 2024-05-17 11:03:33 +12:00

Fixed arrows next to lowercase letters (closes #1049 closes #1059)

This commit is contained in:
Nikita Prokopov 2020-06-05 21:28:13 +02:00
parent 70827e8b7a
commit 35d2418440
4 changed files with 8 additions and 5 deletions

View file

@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
- Fixed Box drawing diagonal lines U+2571 `` U+2572 `╲` U+2573 `` #929
- Added U+2236 Ratio `` #926
- Added U+2E3A 2-em dash `⸺`, U+2E3B 3-em dash `⸻` #1019
- Fixed arrows next to lowercase letters #1049 #1059
#### 4.0 (May 18, 2020)

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,7 @@
(defn width-ok? [w]
(#{"0" 0 1200 2400} w))
(#{"0" 0 1200 2400 3600} w))
(defn widths [font]

View file

@ -1,5 +1,7 @@
### Lowercase/uppercase operators
# Must go after hyphen_arrows.fea
lookup lowercase_hyphen {
ignore sub @Tall \hyphen' @Lowercase;
ignore sub @Lowercase \hyphen' @Tall;