Skip to content

Commit

Permalink
Tools: add h.01 and k.01 to glyphcomponents.py
Browse files Browse the repository at this point in the history
  • Loading branch information
georgd committed Oct 30, 2013
1 parent c488057 commit 359bebb
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions tools/glyphcomponents.py
Original file line number Diff line number Diff line change
Expand Up @@ -809,5 +809,13 @@
'uni1FEE': ('space.stack', 'uni0308.grkstack', 'acutecomb.grk'),
'uni1FEF': ('space.stack', 'gravecomb.grk'),
'uni1FFD': ('space.stack', 'acutecomb.grk'),
'uni1FFE': ('space.stack', 'uni0314')
}
'uni1FFE': ('space.stack', 'uni0314'),

#---alternate glyphs-----------------------------------------------------
'hcircumflex.01': ('h.01', 'uni0302.flat'),
'uni01E9.01': ('k.01', 'uni030C.flat'),
'uni021F.01': ('h.01', 'uni030C.flat'),
'uni1E23.01': ('h.01', 'uni0307'),
'uni1E27.01': ('h.01', 'uni0308'),
'uni1E31.01': ('k.01', 'acutecomb.flat'),
}

0 comments on commit 359bebb

Please sign in to comment.