Home | History | Annotate | Download | only in src

Lines Matching refs:shape

91 		shape, items = items[0][1:-1], tuple (int (x, 16) for x in items[1:])
93 if not shape in ['initial', 'medial', 'isolated', 'final']:
106 ligatures[items][shape] = c
109 # Save shape
116 shapes[items[0]][shape] = c
125 s = [shapes[u][shape] if u in shapes and shape in shapes[u] else 0
126 for shape in ['initial', 'medial', 'final', 'isolated']]
138 for shape in ligatures[pair]:
139 c = ligatures[pair][shape]
140 if shape == 'isolated':
142 elif shape == 'final':
145 raise Exception ("Unexpected shape", shape)