GetFontUnicodeRanges method

int GetFontUnicodeRanges(
  1. Pointer<HDC__> hdc,
  2. Pointer<GLYPHSET> lpgs
)

Implementation

int GetFontUnicodeRanges(
  ffi.Pointer<HDC__> hdc,
  ffi.Pointer<GLYPHSET> lpgs,
) {
  return _GetFontUnicodeRanges(
    hdc,
    lpgs,
  );
}