<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7638.1">
<TITLE>gdiplus: don't accept MS Sans Serif as the generic sans serif font</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>I believe that GdipGetGenericFontFamilySansSerif will never create the MS Sans Serif font on Windows. This is based on a comment in that function and on the fact that native gdiplus does not use bitmap fonts (which we test elsewhere by trying to create a font family for MS Sans Serif).<BR>
<BR>
This is true on Windows XP, and I believe it will be true on other Windows systems.<BR>
<BR>
It's important because bitmap fonts do not scale and rotate properly.<BR>
<BR>
This patch updates the test suite to reflect that MS Sans Serif is returned only on Wine, never on Windows.</FONT>
</P>

</BODY>
</HTML>