Added feature cv11,cv12,ss04 and ss05.
This commit is contained in:
parent
c1c5320b6b
commit
4719c2837b
|
@ -81,7 +81,11 @@ feature cv07 { script latn; sub l by l.serifed; } cv07;
|
|||
feature cv08 { script latn; sub l by l.italic; } cv08;
|
||||
feature cv09 { script latn; sub l by l.hooky; } cv09;
|
||||
feature cv10 { script latn; sub l by l.zshaped; } cv10;
|
||||
feature cv11 { script latn; sub g by g.doublestorey; } cv11;
|
||||
feature cv12 { script latn; sub g by g.singlestorey; } cv12;
|
||||
|
||||
feature ss01 { script latn; sub [i l] by [i.serifed l.serifed]; } ss01;
|
||||
feature ss02 { script latn; sub [i l] by [i.hooky l.hooky]; } ss02;
|
||||
feature ss03 { script latn; sub [i l] by [i.zshaped l.zshaped]; } ss03;
|
||||
feature ss03 { script latn; sub [i l] by [i.zshaped l.zshaped]; } ss03;
|
||||
feature ss04 { script latn; sub g by g.doublestorey; } ss04;
|
||||
feature ss05 { script latn; sub g by g.singlestorey; } ss05;
|
|
@ -269,7 +269,7 @@ symbol-block 'Theta'
|
|||
assign-unicode 0x398
|
||||
include capitalMarks
|
||||
include glyphs.O AS_BASE
|
||||
include : HBar (SB + STROKE * CORRECTION_HX - O * 5) (RIGHTSB - STROKE * CORRECTION_HX + O * 5) CAPMIDDLE
|
||||
include : HBar (SB + STROKE * CORRECTION_HX - O * 3) (RIGHTSB - STROKE * CORRECTION_HX + O * 3) CAPMIDDLE
|
||||
create-glyph 'theta' : glyph-construction
|
||||
assign-unicode 0x3B8
|
||||
include bMarks
|
||||
|
|
Loading…
Reference in New Issue
Block a user