getcharabcwidths (gdi32)
Last changed: -91.208.24.18

.
Summary
Retrieves the widths, in logical units, of consecutive glyph indices in a specified range from the current TrueType font.

C# Signature:

[DllImport("gdi32.dll")]
static extern bool GetCharABCWidthsI(IntPtr hdc, uint giFirst, uint cgi,
   ushort [] pgi, [Out] ABC [] lpabc);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation