Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "createfont" in [All]

gdi32

.
Summary
.

static extern IntPtr CreateFontIndirect([In] ref LOGFONT lplf);

.

      public static extern IntPtr CreateFontIndirect(

.
Documentation
[CreateFontIndirect] on MSDN
.
Summary
.

static extern IntPtr CreateFontIndirect([In] ref LOGFONT lplf);

.

      public static extern IntPtr CreateFontIndirect(

.
Documentation
[CreateFontIndirect] on MSDN
.

[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.

Constants

4: EMR_
.

        EMR_EXTCREATEFONTINDIRECTW     = 82,


 
Access PInvoke.net directly from VS: