GetTextFaceW method

int GetTextFaceW(
  1. Pointer<HDC__> hdc,
  2. int c,
  3. Pointer<Uint16> lpName
)

Implementation

int GetTextFaceW(
  ffi.Pointer<HDC__> hdc,
  int c,
  ffi.Pointer<ffi.Uint16> lpName,
) {
  return _GetTextFaceW(
    hdc,
    c,
    lpName,
  );
}