GetTextFaceA method

int GetTextFaceA(
  1. Pointer<HDC__> hdc,
  2. int c,
  3. Pointer<Int8> lpName
)

Implementation

int GetTextFaceA(
  ffi.Pointer<HDC__> hdc,
  int c,
  ffi.Pointer<ffi.Int8> lpName,
) {
  return _GetTextFaceA(
    hdc,
    c,
    lpName,
  );
}