Fix cv86
application to HYPHEN WITH DIAERESIS (U+2E1A
) (#1755).
This commit is contained in:
parent
10e2c5afcb
commit
7fd1c2a2fd
2 changed files with 7 additions and 5 deletions
|
@ -71,11 +71,12 @@ glyph-block Symbol-Punctuation-Dashes : begin
|
|||
|
||||
alias [MangleName 'horizontalBar'] [MangleUnicode 0x2015] [MangleName 'emDash']
|
||||
|
||||
create-glyph 'hyphenDieresis' 0x2E1A : composite-proc
|
||||
refer-glyph 'hyphen'
|
||||
MarkSet.plus
|
||||
refer-glyph 'dieresisAbove'
|
||||
clear-anchors
|
||||
derive-multi-part-glyphs 'hyphenDieresis' 0x2E1A { 'hyphen' 'dieresisAbove'}
|
||||
function [src sel] : composite-proc
|
||||
refer-glyph src.0
|
||||
MarkSet.plus
|
||||
refer-glyph src.1
|
||||
clear-anchors
|
||||
|
||||
create-glyph 'dblHyphen' 0x2E40 : glyph-proc
|
||||
local df : DivFrame para.diversityF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue