GetGlyphIndicesW method
Implementation
int GetGlyphIndicesW(
ffi.Pointer<HDC__> hdc,
ffi.Pointer<ffi.Uint16> lpstr,
int c,
ffi.Pointer<ffi.Uint16> pgi,
int fl,
) {
return (_GetGlyphIndicesW ??=
_dylib.lookupFunction<_c_GetGlyphIndicesW, _dart_GetGlyphIndicesW>(
'GetGlyphIndicesW'))(
hdc,
lpstr,
c,
pgi,
fl,
);
}