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 "GetFontUnicodeRanges" in [All]

gdi32

.
Summary
.

static extern uint GetFontUnicodeRanges(IntPtr hdc, IntPtr lpgs);

.

    public static extern uint GetFontUnicodeRanges(IntPtr hdc, IntPtr lpgs);

.

    public List<FontRange> GetFontUnicodeRanges(Font font)

.

        uint size = GetFontUnicodeRanges(hdc, IntPtr.Zero);

.

        GetFontUnicodeRanges(hdc, glyphSet);

.

// List<FontRange> fontRanges = GetFontUnicodeRanges(this.Font);

.
Documentation
[GetFontUnicodeRanges] on MSDN
.

For more on uncode blocks see: http://pinvoke.net/default.aspx/gdi32/GetFontUnicodeRanges.html


 
Access PInvoke.net directly from VS: