GetTextMetricsW method

int GetTextMetricsW(
  1. Pointer<HDC__> hdc,
  2. Pointer<TEXTMETRICW> lptm
)

Implementation

int GetTextMetricsW(
  ffi.Pointer<HDC__> hdc,
  ffi.Pointer<TEXTMETRICW> lptm,
) {
  return _GetTextMetricsW(
    hdc,
    lptm,
  );
}