pushFont abstract method

int pushFont(
  1. Font font
)

Pushes font onto the Lua stack as a Font userdata. Returns 1 on success, 0 when the font could not be pushed.

Implementation

int pushFont(Font font);