<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><br><br><div>On Thursday, 29 Oct 2015 18:34:07 +0800, Dmitry Timoshkov wrote:<br>> Hugh McMaster wrote:<br>> <br>> > +    if (strcmpW(data->curcfg.face_name, cfg->face_name) || data->curcfg.cell_width != cfg->cell_width ||<br>> > +        data->curcfg.cell_height != cfg->cell_height || data->curcfg.font_weight != cfg->font_weight)<br>> >      {<br>> >          data->fnSetFont(data, cfg->face_name, cfg->cell_height, cfg->font_weight);<br>> >      }<br>> <br>> Font names should be tested using a case insensitive check.<br><br>Do we use strcmpiW, lstrcmpiW or a function defined in wine/unicode.h for that?<br></div>                                      </div></body>
</html>