GetGlyphIndicesA method
Implementation
int GetGlyphIndicesA(
ffi.Pointer<HDC__> hdc,
ffi.Pointer<ffi.Int8> lpstr,
int c,
ffi.Pointer<ffi.Uint16> pgi,
int fl,
) {
return (_GetGlyphIndicesA ??=
_dylib.lookupFunction<_c_GetGlyphIndicesA, _dart_GetGlyphIndicesA>(
'GetGlyphIndicesA'))(
hdc,
lpstr,
c,
pgi,
fl,
);
}