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

Added set letters U+2102 U+210D U+2115 U+2119 U+211A U+211D U+2124 and U+1D539 𝔹 (closes #841)

This commit is contained in:
Nikita Prokopov 2020-04-09 02:37:58 +02:00
parent 76a6d42b37
commit 56a6ca30ec
9 changed files with 715 additions and 6 deletions

View file

@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.
#### 3.0
- Added set letters U+2102 `` U+210D `` U+2115 `` U+2119 `` U+211A `` U+211D `` U+2124 `` and U+1D539 `𝔹` [#841]
- Removed `?:` [#970]
- Added missing set operations U+2200 `∀` U+2203..U+2205 `∃ ∄ ∅` U+2207 `∇` U+2282..U+228B `⊂ ⊃ ⊄ ⊅ ⊆ ⊇ ⊈ ⊉ ⊊ ⊋` U+2208..U+220# `∈ ∉ ∊ ∋ ∌ ∍` U+222A `` [#822]
- Added U+300C U+300D Corner brackets `「」` and U+FF62 U+FF63 Halfwidth Corner brackets `「」` [#940]

File diff suppressed because one or more lines are too long

View file

@ -227,12 +227,12 @@
counts (coll/group-by-to count count ligas')]
(println " generated calt:"
(str/join " " glyphs)
; (str/join " " glyphs)
(str
"(" (get counts 2) " pairs, "
#_"(" (get counts 2) " pairs, "
(get counts 3) " triples, "
(get counts 4) " quadruples, "
(count ligas') " total)"))
(count ligas') " total" #_")"))
(glyphs/update-code font :features "calt"
#(str/replace %

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.