Searched refs:afm (Results 1 – 2 of 2) sorted by relevance
362 afm = AFM(path) variable364 if afm.has_char(char):365 print(afm[char]) # print charnum, width and boundingbox367 if afm.has_kernpair(pair):368 print(afm[pair]) # print kerning value for pair369 print(afm.Version) # various other afm entries have become attributes370 print(afm.Weight)372 print(afm.comments())375 print(afm)376 afm.write(path + ".muck")
1033 * src/type1/t1afm.c (T1_Done_AFM): Free `afm'.