Added /flipE and /flipe.

This commit is contained in:
Belleve Invis 2015-07-27 19:11:47 +08:00
parent 9edbc96914
commit 9584001a2b

View File

@ -486,4 +486,14 @@ create-glyph 'lslash' : glyph-construction {
:.start-from [MIDDLE - LONGJUT * 0.8] [middle - LONGJUT * 0.4]
:.set-width fine fine
:.line-to [MIDDLE + LONGJUT * 0.8] [middle + LONGJUT * 0.4]
}
create-glyph 'flipE' : glyph-construction {
assign-unicode 0x018E
include glyphs.E AS_BASE
include : FlipAround MIDDLE [CAP / 2]
}
create-glyph 'flipe' : glyph-construction {
assign-unicode 0x01DD
include glyphs.e AS_BASE
include : FlipAround MIDDLE [XH / 2]
}