ChaiLove API  0.28.0
Public Member Functions
love::Types::Graphics::Font Class Reference

Defines the shape of characters that can be drawn onto the screen. More...

Public Member Functions

bool loaded ()
 Retrieves whether or not the font is loaded.
 
int getHeight (const std::string &text)
 Determines the vertical size the given text needs.
 
int getHeight ()
 Determines the vertical size a line of text needs.
 
int getWidth (const std::string &text)
 Determines the horizontal size a line of text needs.
 

Detailed Description

Defines the shape of characters that can be drawn onto the screen.