ImFontAtlasCustomRect_IsPacked function

int ImFontAtlasCustomRect_IsPacked(
  1. Pointer<ImFontAtlasCustomRect> self
)
byte ImFontAtlasCustomRect_IsPacked(
 ImFontAtlasCustomRect* self
);

Implementation

int ImFontAtlasCustomRect_IsPacked(Pointer<ImFontAtlasCustomRect> self) =>
    _ImFontAtlasCustomRect_IsPacked(self);