mirror of
https://github.com/tonsky/FiraCode.git
synced 2024-11-20 19:48:59 +03: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:
parent
76a6d42b37
commit
56a6ca30ec
@ -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]
|
||||
|
714
FiraCode.glyphs
714
FiraCode.glyphs
File diff suppressed because one or more lines are too long
@ -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.
Loading…
Reference in New Issue
Block a user