GetCharABCWidths (gdi32)
Last changed: -91.208.24.18

.
Summary

C# Signature:

[DllImport("gdi32.dll")]
static extern bool GetCharABCWidths(IntPtr hdc, uint uFirstChar,
   uint uLastChar, [Out] ABC [] lpabc);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Use as above or write a mana

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation