Fix width of U+2008
and U+29E2
. (#2244)
This commit is contained in:
parent
7e8c162196
commit
f28a26504a
3 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
||||||
* Fix height of block quadrants (`U+2596`..`U+259F`) (#2240).
|
* 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 LATIN {CAPITAL|SMALL} LETTER GHA (`U+01A2`..`U+01A3`) respond to variants of `q` (`cv41`).
|
||||||
* Make the behavior of serifs of `U+027F` automatic.
|
* 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.
|
||||||
|
|
|
@ -33,7 +33,9 @@ glyph-block Spaces : begin
|
||||||
alias 'ensp' 0x2002 'sp1'
|
alias 'ensp' 0x2002 'sp1'
|
||||||
alias 'brailleBlank' 0x2800 'sp1'
|
alias 'brailleBlank' 0x2800 'sp1'
|
||||||
alias 'figureSpace' 0x2007 '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
|
create-glyph 'zwsp' 0x200B : glyph-proc
|
||||||
set-width 0
|
set-width 0
|
||||||
|
|
|
@ -233,5 +233,5 @@ glyph-block Symbol-Math-VAndCup : begin
|
||||||
turned 'squareCup' 0x2294 'squareCap' Middle SymbolMid
|
turned 'squareCup' 0x2294 'squareCap' Middle SymbolMid
|
||||||
|
|
||||||
create-glyph 'shuffleProduct' 0x29E2 : glyph-proc
|
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)
|
include : CyrShaShape df OperTop OperBot (fine -- OperatorStroke) (doSerif -- false)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue