GetTextFaceW method
Implementation
int GetTextFaceW(
ffi.Pointer<HDC__> hdc,
int c,
ffi.Pointer<ffi.Uint16> lpName,
) {
return (_GetTextFaceW ??= _dylib
.lookupFunction<_c_GetTextFaceW, _dart_GetTextFaceW>('GetTextFaceW'))(
hdc,
c,
lpName,
);
}