ImFontAtlas_GetCustomRectByIndex function

Pointer<ImFontAtlasCustomRect> ImFontAtlas_GetCustomRectByIndex(
  1. Pointer<ImFontAtlas> self,
  2. int index
)
ImFontAtlasCustomRect* ImFontAtlas_GetCustomRectByIndex(
 ImFontAtlas* self ,
 int index
);

Implementation

Pointer<ImFontAtlasCustomRect> ImFontAtlas_GetCustomRectByIndex(
        Pointer<ImFontAtlas> self, int index) =>
    _ImFontAtlas_GetCustomRectByIndex(self, index);