Skip to content

Commit

Permalink
Fix width of U+2008 and U+29E2. (#2244)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcwilliams403 authored Mar 18, 2024
1 parent 7e8c162 commit f28a265
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions changes/29.0.3.md
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 3 additions & 1 deletion packages/font-glyphs/src/space/index.ptl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/font-glyphs/src/symbol/math/v-and-cup.ptl
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit f28a265

Please sign in to comment.