Skip to content

Commit 803a720

Browse files
Optimize widths of seven composite characters. (#2598)
1 parent c83bb53 commit 803a720

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

changes/32.2.0.md

+3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@
77
- LATIN LETTER SMALL CAPITAL M (`U+1D0D`).
88
- LATIN LETTER SMALL CAPITAL W (`U+1D21`).
99
- GREEK LETTER SMALL CAPITAL PSI (`U+1D2A`).
10+
- TELEPHONE SIGN (`U+2121`).
11+
- FACSIMILE SIGN (`U+213B`).
1012
- CYRILLIC SMALL LETTER SOFT EM (`U+A667`).
1113
- LATIN LETTER SMALL CAPITAL TURNED M (`U+A7FA`).
1214
- MODIFIER LETTER SMALL CAPITAL AA (`U+10780`).
1315
- MODIFIER LETTER SMALL CAPITAL OE (`U+107A3`).
1416
- MODIFIER LETTER CYRILLIC SMALL EM (`U+1E03B`).
17+
* Make LATIN SMALL LIGATURE FF (`U+FB00`) ... LATIN SMALL LIGATURE FFL (`U+FB04`) slightly narrower under Quasi-Proportional.

packages/font-glyphs/src/auto-build/composite.ptl

+8-6
Original file line numberDiff line numberDiff line change
@@ -1618,7 +1618,12 @@ glyph-block Autobuild-Pnonetic-Ligatures : begin
16181618
define [ToLetter] : glyph-proc
16191619

16201620
define stdShrink : clamp 0.625 0.9 : StrokeWidthBlend 0.625 0.9
1621-
createPhoneticLigatures ToLetter 'phonetic' para.diversityM 2 stdShrink 1 : list
1621+
createPhoneticLigatures ToLetter 'phonetic1' 1 2 stdShrink 1 : list
1622+
list 0xFB00 { 'f' 'f' } null
1623+
list 0xFB01 { 'f/compLigLeft1' 'dotlessi/compLigRight' } null
1624+
list 0xFB02 { 'f/compLigLeft2' 'l/compLigRight' } null
1625+
1626+
createPhoneticLigatures ToLetter 'phonetic2' para.diversityM 2 stdShrink 1 : list
16221627
list 0x02A3 { 'd/phoneticLeft' 'z/phoneticRight' } 'b'
16231628
list 0x02A4 { 'd/phoneticLeft' 'ezh/phoneticRight' } 'bp'
16241629
list 0x02A5 { 'd/phoneticLeft' 'zCurlyTail/phoneticRight' } 'b'
@@ -1632,17 +1637,14 @@ glyph-block Autobuild-Pnonetic-Ligatures : begin
16321637
list 0xAB67 { 't/phoneticLeft1' 'sRTail' } 'bp'
16331638
list 0x1DF12 { 'd/phoneticLeft' 'ezhPalatalHook/phoneticRight' } 'bp'
16341639
list 0x1DF17 { 't/teshLeft' 'eshPalatalHook' } 'bp'
1635-
list 0xFB00 { 'f' 'f' } null
1636-
list 0xFB01 { 'f/compLigLeft1' 'dotlessi/compLigRight' } null
1637-
list 0xFB02 { 'f/compLigLeft2' 'l/compLigRight' } null
16381640
list 0xFB05 { 'longs/flatExt' 't/phoneticRight' } null
16391641
list 0xFB06 { 's/compLigLeft' 't/phoneticRight' } null
16401642

1641-
createPhoneticLigatures ToLetter 'phonetic2' [mix 1 para.diversityM 1.5] 3 stdShrink 1 : list
1643+
createPhoneticLigatures ToLetter 'phonetic3' para.diversityM 3 stdShrink 1 : list
16421644
list 0xFB03 { 'f/compLigLeft1' 'f/compLigLeft1' 'dotlessi/compLigRight' } null
16431645
list 0xFB04 { 'f/compLigLeft3' 'f/compLigLeft2' 'l/compLigRight' } null
16441646

1645-
createPhoneticLigatures ToLetter 'phonetic3' [mix 1 para.diversityM 2] 3 1 0.5 : list
1647+
createPhoneticLigatures ToLetter 'phoneticSmcp' [mix 1 para.diversityM 1.5] 3 1 0.5 : list
16461648
list 0x2121 { 'smcpT' 'smcpE' 'smcpL' } 'e'
16471649
list 0x213B { 'smcpF' 'smcpA' 'smcpX' } 'e'
16481650

0 commit comments

Comments
 (0)