GetTextMetricsA method

int GetTextMetricsA(
  1. Pointer<HDC__> hdc,
  2. Pointer<TEXTMETRICA> lptm
)

Implementation

int GetTextMetricsA(
  ffi.Pointer<HDC__> hdc,
  ffi.Pointer<TEXTMETRICA> lptm,
) {
  return _GetTextMetricsA(
    hdc,
    lptm,
  );
}