Hi, I've previously create a font set with some glyphs in the incorrect position to be typed correctly in Unicode. For example, my "A" capital glyph is at address 0040 instead of address 0041. The problem can be manually fix by moving it around by hand. But say I have about 20+ fonts with similar problems, so I wonder if any generous coder could write a sample code for Python and sum up the function of the code for me, so I could modify into dealing with similar characters have identical problem. I have some basic knowledge with coding, but how to modify glyphs Unicode address with Python macro in FontLab is beyond me, especially with the lack of documentations.

Please help!