Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changes/34.1.0.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* Increase the size of Z NOTATION SCHEMA PROJECTION (`U+2A21`) to differentiate it from UPWARDS HARPOON WITH BARB RIGHTWARDS (`U+21BE`) (#3043).
* Tighten quasi-proportional spacing for simple punctuation marks (e.g. `.`, `,`, `:`, `;`, `!`).
5 changes: 4 additions & 1 deletion packages/font-glyphs/src/symbol/arrow/simple.ptl
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ glyph-block Symbol-Arrow-Simple : for-width-kinds WideWidth1
MkArrow.single Arrow.lhsShape [MangleName 'arrowDownHL'] [MangleUnicode 0x21C2] arrowMidX arrowTop arrowMidX arrowBot
MkArrow.single Arrow.rhsShape [MangleName 'arrowDownHR'] [MangleUnicode 0x21C3] arrowMidX arrowTop arrowMidX arrowBot

MkArrow.single Arrow.rhsShape [MangleName 'arrowUpHRExt'] null arrowMidX BgOpBot arrowMidX BgOpTop


# Multibar
define DoubleBarShape : Arrow.Bar.dblShape doubleBarSpan
define TripleBarShape : Arrow.Bar.tripleShape doubleBarSpan
Expand Down Expand Up @@ -254,4 +257,4 @@ glyph-block Symbol-Arrow-Simple : for-width-kinds WideWidth1

glyph-block Symbol-Arrow-Simple-Aliases : begin
glyph-block-import Common-Derivatives
alias 'zNotationSchemaProjection' 0x2A21 'arrowUpHR.NWID'
alias 'zNotationSchemaProjection' 0x2A21 'arrowUpHRExt.NWID'