Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


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

Search Results for "GetCharABCWidthsFloat" in [All]

gdi32

.
Summary
.

static extern bool GetCharABCWidthsFloat(IntPtr hdc, uint iFirstChar,

.

/// <summary>The GetCharABCWidthsFloat function retrieves the widths, in logical units, of consecutive

.

/// Unlike the GetCharABCWidths function that returns widths only for TrueType fonts, the GetCharABCWidthsFloat

.

private static extern bool GetCharABCWidthsFloat(IntPtr hdc, uint iFirstChar, uint iLastChar, [Out] ABCFloat[] lpABCF);

.

     GetCharABCWidthsFloat(hDC, start, end, values);

.
Documentation
[GetCharABCWidthsFloat] on MSDN

 
Access PInvoke.net directly from VS: