Skip to content

Commit d97e43a

Browse files
committed
Fix metrics of U+27D9 and U+2A05 under Fixed (#2548).
1 parent dee3f7c commit d97e43a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

changes/31.9.1.md

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
* Optimize glyphs for `round-top-serifless` and `round-top-base-serifed` variants for `A` part (`cv11`) of Capital AE (`U+00C6`) under Quasi-Proportional.
2+
* Fix metrics of `U+27D9` and `U+2A05` under Fixed (#2548).

packages/font-glyphs/src/symbol/math/large-operators.ptl

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,14 @@ glyph-block Symbol-Math-Large-Operators : for-width-kinds WideWidth1
7070

7171
turned [MangleName 'Cap'] [MangleUnicode 0x22C2] [MangleName 'Cup'] df.middle SymbolMid
7272

73-
create-glyph [MangleName 'Top'] 0x27D9 : glyph-proc
73+
create-glyph [MangleName 'Top'] [MangleUnicode 0x27D9] : glyph-proc
7474
set-width df.width
7575
include : HBar.t df.leftSB df.rightSB BgOpTop OperatorStroke
7676
include : VBar.m df.middle BgOpTop BgOpBot OperatorStroke
7777

7878
turned [MangleName 'Bot'] [MangleUnicode 0x27D8] [MangleName 'Top'] df.middle SymbolMid
7979

80-
create-glyph [MangleName 'SquareCap'] 0x2A05 : glyph-proc
80+
create-glyph [MangleName 'SquareCap'] [MangleUnicode 0x2A05] : glyph-proc
8181
set-width df.width
8282
include : PiShape df BgOpTop BgOpBot (shrinkRate -- 0) (fine -- OperatorStroke) (doSerif -- false)
8383

0 commit comments

Comments
 (0)