On Mon, 2003-10-27 at 16:13, Behdad Esfahbod wrote:
>         {
>           /* Hack - Microsoft fonts are strange and don't contain the
>            * correct rules to shape ARABIC LETTER FARSI YEH in
>            * medial/initial position. It looks identical to ARABIC LETTER
>            * YEH in these positions, so we substitute
>            */
>           if (wc == 0x6cc && ruleset &&
>               ((properties[i] & (initial | medial)) != (initial | medial)))
>             wc = 0x64a;

Well, that was my idea at the time. The code is borrowed from FreeType,
IIRC. Anyway, that code is planned to be removed (if not already
removed) in pango's HEAD.

roozbeh


_______________________________________________
FarsiWeb mailing list
[EMAIL PROTECTED]
http://lists.sharif.edu/mailman/listinfo/farsiweb

Reply via email to