ClanLib
2.3.7
|
This is the complete list of members for CL_Font_Freetype, 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 | |
CL_Font_Freetype() | CL_Font_Freetype | |
CL_Font_Freetype(const CL_StringRef &typeface_name, int height) | CL_Font_Freetype | |
CL_Font_Freetype(const CL_StringRef &typeface_name, int height, CL_IODevice &file) | CL_Font_Freetype | |
CL_Font_Freetype(const CL_StringRef &typeface_name, int height, const CL_VirtualDirectory &directory) | CL_Font_Freetype | |
CL_Font_Freetype(const CL_FontDescription &desc) | CL_Font_Freetype | |
CL_Font_Freetype(const CL_FontDescription &desc, CL_IODevice &file) | CL_Font_Freetype | |
CL_Font_Freetype(const CL_FontDescription &desc, const CL_VirtualDirectory &directory) | CL_Font_Freetype | |
CL_Font_Freetype(const CL_StringRef &resource_id, CL_ResourceManager *resources) | 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 | |
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_Freetype | |
get_text_size(CL_GraphicContext &gc, const CL_StringRef &text) | CL_Font | |
is_null() const | CL_Font | |
set_texture_group(CL_TextureGroup &new_texture_group) | CL_Font_Freetype | |
~CL_Font() | CL_Font | virtual |
~CL_Font_Freetype() | CL_Font_Freetype |