@User: I see, it's already in layout and DRC compliant. So you need to select one character at a time. Before you start, do "snap int" and "property FIXED_BBOX -15 -15 104 225". Then put the box at the lower left corner of each letter and do "move origin [lindex [box position] 0] [lindex [box position] 1]" to get the origin at the corner of the character. Then put the box around the character and type "a" to select area, then do "select save <letter>", which will create <letter>.mag. The property thing makes an abutment box that is the size of the character plus some space margin on each side, so you can place them easily when creating a string by moving forward by exactly 104 internal units ("box move e 104i").