ImFontAtlas_GetGlyphRangesChineseSimplifiedCommon function

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

Implementation

Pointer<Uint16> ImFontAtlas_GetGlyphRangesChineseSimplifiedCommon(
        Pointer<ImFontAtlas> self) =>
    _ImFontAtlas_GetGlyphRangesChineseSimplifiedCommon(self);