| CL_Font() | CL_Font | |
| CL_Font(CL_GraphicContext &context, const CL_StringRef &typeface_name, int height) | CL_Font | |
| CL_Font(CL_GraphicContext &context, const CL_FontDescription &desc) | CL_Font | |
| CL_Font(CL_FontProvider *provider) | CL_Font | |
| CL_Font(const CL_Font ©) | CL_Font | |
| CL_Font_Freetype() | CL_Font_Freetype | |
| CL_Font_Freetype(CL_GraphicContext &gc, const CL_StringRef &typeface_name, int height) | CL_Font_Freetype | |
| CL_Font_Freetype(CL_GraphicContext &gc, const CL_StringRef &typeface_name, int height, CL_IODevice &file) | CL_Font_Freetype | |
| CL_Font_Freetype(CL_GraphicContext &gc, const CL_StringRef &typeface_name, int height, const CL_VirtualDirectory &directory) | CL_Font_Freetype | |
| CL_Font_Freetype(CL_GraphicContext &gc, const CL_FontDescription &desc) | CL_Font_Freetype | |
| CL_Font_Freetype(CL_GraphicContext &gc, const CL_FontDescription &desc, CL_IODevice &file) | CL_Font_Freetype | |
| CL_Font_Freetype(CL_GraphicContext &gc, const CL_FontDescription &desc, const CL_VirtualDirectory &directory) | CL_Font_Freetype | |
| draw_text(CL_GraphicContext &gc, int x, int y, const CL_StringRef &text, const CL_Colorf &color=CL_Colorf::white) | CL_Font | |
| draw_text(CL_GraphicContext &gc, float x, float y, const CL_StringRef &text, const CL_Colorf &color=CL_Colorf::white) | CL_Font | |
| draw_text(CL_GraphicContext &gc, const CL_Pointf &position, const CL_StringRef &text, const CL_Colorf &color=CL_Colorf::white) | CL_Font | |
| get_character_index(CL_GraphicContext &gc, const CL_String &text, const CL_Point &point) | CL_Font | |
| get_font_metrics(CL_GraphicContext &gc) | CL_Font | |
| get_provider() const | CL_Font_Freetype | |
| get_text_size(CL_GraphicContext &gc, const CL_StringRef &text) | CL_Font | |
| is_null() | CL_Font | |
| set_texture_group(CL_TextureGroup &new_texture_group) | CL_Font_Freetype | |
| ~CL_Font() | CL_Font | [virtual] |
| ~CL_Font_Freetype() | CL_Font_Freetype | |