Added /flipE and /flipe.
This commit is contained in:
parent
9edbc96914
commit
9584001a2b
|
@ -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]
|
||||
}
|
Loading…
Reference in New Issue
Block a user