Index: Source/art/ftfont.m =================================================================== --- Source/art/ftfont.m (revision 25384) +++ Source/art/ftfont.m (working copy) @@ -891,7 +891,7 @@ NSRange range; range.location = charcode; - range.length = 0; + range.length = 1; while (glyphindex != 0) { @@ -904,7 +904,7 @@ { [m addCharactersInRange: range]; range.location = charcode; - range.length = 0; + range.length = 1; } charcode = FT_Get_Next_Char(face, charcode, &glyphindex); }