2 references to FW_BOLD
System.Windows.Forms (2)
misc\GDI\WindowsFont.cs (2)
162
this.logFont.lfWeight = (style & FontStyle.Bold) == FontStyle.Bold ? IntNativeMethods.
FW_BOLD
: IntNativeMethods.FW_NORMAL;
193
if (lf.lfWeight == IntNativeMethods.
FW_BOLD
)