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