Fix zero application on U+1D7F6 (#2299)
* Fix zero application on U+1D7F6 * Notes
This commit is contained in:
parent
f245368ccf
commit
a8eec35383
2 changed files with 3 additions and 1 deletions
|
@ -23,3 +23,4 @@
|
|||
- UPPER LEFT QUADRANT FACE WITH OPEN EYES (`U+1CCA6`) ... BOTTOM HALF FORWARD-FACING RUNNER FRAME-4 (`U+1CDF4`) (Proposed for Unicode 16; L2/21-235).
|
||||
- TOP HALF FLAILING ROBOT FRAME-1 (`U+1CDF6`) (Proposed for Unicode 16; L2/21-235).
|
||||
- TOP HALF FLAILING ROBOT FRAME-2 (`U+1CDF7`) (Proposed for Unicode 16; L2/21-235).
|
||||
* Fix `zero` feature application on MATHEMATICAL MONOSPACE DIGIT ZERO (`U+1D7F6`) (#2298).
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$$include '../meta/macros.ptl'
|
||||
|
||||
import [mix linreg clamp fallback] from "@iosevka/util"
|
||||
import [Cv AnyCv AnyDerivingCv Dotless SvInheritableRelations PseudoCvDecompose getGrMesh] from "@iosevka/glyph/relation"
|
||||
import [Cv AnyCv AnyDerivingCv Dotless Zero SvInheritableRelations PseudoCvDecompose getGrMesh] from "@iosevka/glyph/relation"
|
||||
|
||||
extern Map
|
||||
|
||||
|
@ -131,6 +131,7 @@ glyph-block Common-Derivatives : begin
|
|||
foreach [gr : items-of : AnyCv.query glyphSrc] : begin
|
||||
gr.set glyphDst [gr.get glyphSrc]
|
||||
if [gr.getPreventDeriving glyphSrc] : gr.setPreventDeriving glyphDst
|
||||
if [Zero.get glyphSrc] : Zero.set glyphDst [Zero.get glyphSrc]
|
||||
if [Dotless.get glyphSrc] : Dotless.set glyphDst [Dotless.get glyphSrc]
|
||||
|
||||
glyph-block-export turned
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue