[PATCH] usp10: fall back to 'dflt' language if shaping language tag not found

Henri Verbeet hverbeet at gmail.com
Mon Aug 14 13:27:42 CDT 2017


On 14 August 2017 at 20:04, Aric Stewart <aric at codeweavers.com> wrote:
> +                script = get_opentype_script(hdc,psa,psc,FALSE);
Does that do anything? If I'm reading the code correctly that will set
it to the same value it already was. (In which case most of this would
simplify to "if (!script) script = MS_MAKE_TAG('l','a','t','n');")



More information about the wine-devel mailing list