ImFont_destroy function

void ImFont_destroy(
  1. Pointer<ImFont> self
)
void ImFont_destroy(
 ImFont* self
);

Implementation

void ImFont_destroy(Pointer<ImFont> self) => _ImFont_destroy(self);