igPushFont function

void igPushFont(
  1. Pointer<ImFont> font
)
void igPushFont(
 ImFont* font
);

Implementation

void igPushFont(Pointer<ImFont> font) => _igPushFont(font);