ClanLib
2.3.7
|
This is the complete list of members for CL_Font, including all inherited members.
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 | |
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 | |
draw_text_ellipsis(CL_GraphicContext &gc, int x, int y, CL_Rect content_box, const CL_StringRef &text, const CL_Colorf &color=CL_Colorf::white) | CL_Font | |
draw_text_ellipsis(CL_GraphicContext &gc, float x, float y, CL_Rectf content_box, const CL_StringRef &text, const CL_Colorf &color=CL_Colorf::white) | CL_Font | |
draw_text_ellipsis(CL_GraphicContext &gc, const CL_Pointf &position, CL_Rectf content_box, 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_Font | |
get_glyph_size(CL_GraphicContext &gc, unsigned int glyph) | CL_Font | |
get_provider() const | CL_Font | |
get_text_size(CL_GraphicContext &gc, const CL_StringRef &text) | CL_Font | |
is_null() const | CL_Font | |
~CL_Font() | CL_Font | virtual |