fix block quadrants. (#2241)

closes #2240 .
This commit is contained in:
John McWilliams 2024-03-16 19:10:55 -04:00 committed by GitHub
parent 4798acfee9
commit c92b36ea51
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

1
changes/29.0.3.md Normal file
View file

@ -0,0 +1 @@
* Fix height of block quadrants (`U+2596`..`U+259F`) (#2240).

View file

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