Searched refs:afm (Results 1 - 2 of 2) sorted by relevance

/external/fonttools/Lib/fontTools/
H A DafmLib.py362 afm = AFM(path) variable
364 if afm.has_char(char):
365 print(afm[char]) # print charnum, width and boundingbox
367 if afm.has_kernpair(pair):
368 print(afm[pair]) # print kerning value for pair
369 print(afm.Version) # various other afm entries have become attributes
370 print(afm.Weight)
371 # afm.comments() returns a list of all Comment lines found in the AFM
372 print(afm
[all...]
/external/fonttools/Tools/fontTools/
H A DafmLib.py362 afm = AFM(path) variable
364 if afm.has_char(char):
365 print(afm[char]) # print charnum, width and boundingbox
367 if afm.has_kernpair(pair):
368 print(afm[pair]) # print kerning value for pair
369 print(afm.Version) # various other afm entries have become attributes
370 print(afm.Weight)
371 # afm.comments() returns a list of all Comment lines found in the AFM
372 print(afm
[all...]

Completed in 191 milliseconds