GetOutlineTextMetricsW method

int GetOutlineTextMetricsW(
  1. Pointer<HDC__> hdc,
  2. int cjCopy,
  3. Pointer<OUTLINETEXTMETRICW> potm
)

Implementation

int GetOutlineTextMetricsW(
  ffi.Pointer<HDC__> hdc,
  int cjCopy,
  ffi.Pointer<OUTLINETEXTMETRICW> potm,
) {
  return _GetOutlineTextMetricsW(
    hdc,
    cjCopy,
    potm,
  );
}