Desktop Functions: Smart Device Functions:
|
Search Results for "CreateFontIndirect" in [All]Constants1: EMR_
EMR_EXTCREATEFONTINDIRECTW = 82, gdi322: CreateFont
static extern IntPtr CreateFontIndirect([In] ref LOGFONT lplf);
public static extern IntPtr CreateFontIndirect(
static extern IntPtr CreateFontIndirect([In] ref LOGFONT lplf);
public static extern IntPtr CreateFontIndirect( 4: TextOut [CharSet = CharSet.Auto] According to my experience this parameter should be used when using a LOGFONT structure and the CreateFontIndirect fuction, otherwise the selected font will not be displayed. All flags will be done (lfItalic, lfUnderline ...) but not the lfFaceName string. |