Skip to content

Commit

Permalink
Fix incorrect mapping of U+037B and U+03FD (#1036).
Browse files Browse the repository at this point in the history
  • Loading branch information
be5invis committed May 23, 2021
1 parent ce12d99 commit 7e8342a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion changes/7.0.0-preview.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
- Make variant selectors of `A` and `E` able to influence AE and OE letters (#1031).
- Make combining parentheses more significant (#1032).
- Make `cv02` apply to B with bar (#1033).
- Fix shape of Copyleft Symbol `U+1F12F` (#1034).
- Fix shape of Copyleft Symbol `U+1F12F` (#1034).
- Fix incorrect mapping of `U+037B` and `U+03FD` (#1036).
4 changes: 2 additions & 2 deletions font-src/glyphs/letter/latin/c.ptl
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,8 @@ glyph-block Letter-Latin-C : begin
turned 'turnC' 0x186 'C' Middle (CAP / 2)
turned 'turnc' 0x254 'c' Middle (XH / 2)
turned 'turnSmcpC' 0x1D10 'smcpC' Middle (XH / 2)
alias 'grek/revLunateSigma' 0x37B 'revC.serifless'
alias 'grek/revLunateSmallSigma' 0x3FD 'revSmallC.serifless'
alias 'grek/revLunateSigma' 0x3FD 'revC.serifless'
alias 'grek/revLunateSmallSigma' 0x37B 'revSmallC.serifless'

define [LunateSigmaShape k] : begin
local halfDotWidth : Math.min DotRadius ((RightSB - SB - HVContrast * Stroke * 2) / 4)
Expand Down

0 comments on commit 7e8342a

Please sign in to comment.