1 reference to FW_NORMAL
System.Windows.Forms (1)
misc\GDI\WindowsFont.cs (1)
162this.logFont.lfWeight = (style & FontStyle.Bold) == FontStyle.Bold ? IntNativeMethods.FW_BOLD : IntNativeMethods.FW_NORMAL;