May 20, 2010
12:11 p.m.
Hello, There is a 'self halt' in the code of TTFontReader
processCompositeGlyph:contours:from:. Therefore, when I try to import a font from a file, for example by evaluating:
TTFontDescription addFromTTFile: FileDirectory default fullName, '/Fonts/DejaVu/DejaVuSans-Bold.ttf' the execution is stoped by this halt (And I don't know why). Now, when I remove the 'self halt', all seems to work correctly.