private static extern bool GetCharABCWidthsFloatNative(IntPtr hdc, uint firstChar, uint lastChar, out NativeStructs.AbcFloatWidth abcFloatWidths);
public static bool GetCharABCWidthsFloat(IntPtr hdc, uint firstChar, uint lastChar, out NativeStructs.AbcFloatWidth abcFloatWidths) { return(GetCharABCWidthsFloatNative(hdc, firstChar, lastChar, out abcFloatWidths)); }