In module ft2font, the method FT2Font.get_charmap returns a dict that
maps glyph indices to char codes.
I don't understand the purpose of this mapping, and why the method
doesn't return the reverse mapping, i.e. char codes mapped to glyph
indices.
For example, in backend_ps.py, line 754, the charmap is immediately
reversed, just after being loaded:
cmap = font.get_charmap()
glyphd = reverse_dict(cmap)
Thanks,
Nicolas Grilly
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Matplotlib-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel