Fix width of U+2008 and U+29E2. (#2244)

This commit is contained in:
John McWilliams 2024-03-18 19:06:59 -04:00 committed by GitHub
parent 7e8c162196
commit f28a26504a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,5 @@
* Fix height of block quadrants (`U+2596`..`U+259F`) (#2240).
* Make LATIN {CAPITAL|SMALL} LETTER GHA (`U+01A2`..`U+01A3`) respond to variants of `q` (`cv41`).
* Make the behavior of serifs of `U+027F` automatic.
* Fix side bearings of `U+29E2` under Quasi-Proportional.
* Fix width of PUNCTUATION SPACE (`U+2008`) under Quasi-Proportional.

View file

@ -33,7 +33,9 @@ glyph-block Spaces : begin
alias 'ensp' 0x2002 'sp1'
alias 'brailleBlank' 0x2800 'sp1'
alias 'figureSpace' 0x2007 'sp1'
alias 'punctuationSpace' 0x2008 'sp1'
create-glyph 'punctuationSpace' 0x2008 : glyph-proc
local df : include : DivFrame para.diversityF
create-glyph 'zwsp' 0x200B : glyph-proc
set-width 0

View file

@ -233,5 +233,5 @@ glyph-block Symbol-Math-VAndCup : begin
turned 'squareCup' 0x2294 'squareCap' Middle SymbolMid
create-glyph 'shuffleProduct' 0x29E2 : glyph-proc
local df : DivFrame para.diversityM 3
local df : include : DivFrame para.diversityM 3
include : CyrShaShape df OperTop OperBot (fine -- OperatorStroke) (doSerif -- false)