Skip to content

Commit

Permalink
Fix metrics of U+27D9 and U+2A05 under Fixed (#2548). (#2549)
Browse files Browse the repository at this point in the history
  • Loading branch information
be5invis authored Oct 14, 2024
1 parent dee3f7c commit b71c0b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changes/31.9.1.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* Optimize glyphs for `round-top-serifless` and `round-top-base-serifed` variants for `A` part (`cv11`) of Capital AE (`U+00C6`) under Quasi-Proportional.
* Fix metrics of `U+27D9` and `U+2A05` under Fixed (#2548).
4 changes: 2 additions & 2 deletions packages/font-glyphs/src/symbol/math/large-operators.ptl
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@ glyph-block Symbol-Math-Large-Operators : for-width-kinds WideWidth1

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

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

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

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

Expand Down

0 comments on commit b71c0b5

Please sign in to comment.