Skip to content

Commit

Permalink
Fix missing U+1D7F mapping (#1787).
Browse files Browse the repository at this point in the history
  • Loading branch information
be5invis committed Jun 11, 2023
1 parent e02d019 commit 17012b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions changes/24.1.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Fix missing U+1D7F mapping (#1787).
3 changes: 2 additions & 1 deletion font-src/glyphs/letter/greek/upper-omega.ptl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ glyph-module
glyph-block Letter-Greek-Upper-Omega : begin
glyph-block-import CommonShapes
glyph-block-import Common-Derivatives
glyph-block-import Letter-Shared : SetGrekUpperTonos
glyph-block-import Letter-Shared : CreateAccentedComposition SetGrekUpperTonos

define [UpperOmegaShape top extend ada adb] : glyph-proc
local fine : Stroke * CThin
Expand Down Expand Up @@ -47,3 +47,4 @@ glyph-block Letter-Greek-Upper-Omega : begin
include : FlipAround Middle (CAP / 2)

turned 'latn/upsilon' 0x28A 'grek/smcpOmega' Middle (XH / 2)
CreateAccentedComposition 'latn/upsilonStroke' 0x1D7F 'latn/upsilon' 'longBarOver'

0 comments on commit 17012b7

Please sign in to comment.