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

pull/1038/head
Nikita Prokopov 2020-06-05 21:28:13 +02:00
rodzic 70827e8b7a
commit 35d2418440
4 zmienionych plików z 8 dodań i 5 usunięć

Wyświetl plik

@ -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

Wyświetl plik

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

Wyświetl plik

@ -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;