GetTextCharsetInfo method
Implementation
int GetTextCharsetInfo(
ffi.Pointer<HDC__> hdc,
ffi.Pointer<LPFONTSIGNATURE> lpSig,
int dwFlags,
) {
return (_GetTextCharsetInfo ??=
_dylib.lookupFunction<_c_GetTextCharsetInfo, _dart_GetTextCharsetInfo>(
'GetTextCharsetInfo'))(
hdc,
lpSig,
dwFlags,
);
}