parent
4798acfee9
commit
c92b36ea51
2 changed files with 2 additions and 1 deletions
1
changes/29.0.3.md
Normal file
1
changes/29.0.3.md
Normal file
|
@ -0,0 +1 @@
|
||||||
|
* Fix height of block quadrants (`U+2596`..`U+259F`) (#2240).
|
|
@ -43,7 +43,7 @@ glyph-block Symbol-Mosaic-Teletext : begin
|
||||||
create-glyph [MangleName : NameUni unicode] [MangleUnicode unicode] : glyph-proc
|
create-glyph [MangleName : NameUni unicode] [MangleUnicode unicode] : glyph-proc
|
||||||
set-width MosaicWidth
|
set-width MosaicWidth
|
||||||
include : ForceUpright
|
include : ForceUpright
|
||||||
include : BlockMosaicPattern 2 3 : [pattern.split ''].map : x => x - 1
|
include : BlockMosaicPattern 2 2 : [pattern.split ''].map : x => x - 1
|
||||||
|
|
||||||
define [BlockMosaic23 unicode pattern] : begin
|
define [BlockMosaic23 unicode pattern] : begin
|
||||||
create-glyph [MangleName : NameUni unicode] [MangleUnicode unicode] : glyph-proc
|
create-glyph [MangleName : NameUni unicode] [MangleUnicode unicode] : glyph-proc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue