gdi32: ensure that the last_resort family at least has FS_LATIN1characters.

Dmitry Timoshkov dmitry at codeweavers.com
Tue Jul 14 23:16:13 CDT 2009


"Aric Stewart" <aric at codeweavers.com> wrote:

> Corrects a large number of font issues with east asian programs.


> -            if(csi.fs.fsCsb[0] & (face->fs.fsCsb[0] | face->fs_links.fsCsb[0])) {
> +            if((csi.fs.fsCsb[0] & (face->fs.fsCsb[0] | face->fs_links.fsCsb[0])) && (face->fs.fsCsb[0] & FS_LATIN1)) 
> {

Certainly this is a not acceptable hack. What if the app doesn't
need latin glyphs at all? Say it needs only cyrillic or symbol
ones?

-- 
Dmitry. 




More information about the wine-devel mailing list