ImFontAtlas_GetGlyphRangesChineseFull function

Pointer<Uint16> ImFontAtlas_GetGlyphRangesChineseFull(
  1. Pointer<ImFontAtlas> self
)
ushort* ImFontAtlas_GetGlyphRangesChineseFull(
 ImFontAtlas* self
);

Implementation

Pointer<Uint16> ImFontAtlas_GetGlyphRangesChineseFull(
        Pointer<ImFontAtlas> self) =>
    _ImFontAtlas_GetGlyphRangesChineseFull(self);