ClanLib
2.3.7
|
This is the complete list of members for CL_Font_System, 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_System() | CL_Font_System | |
CL_Font_System(CL_GraphicContext &context, const CL_StringRef &typeface_name, int height) | CL_Font_System | |
CL_Font_System(CL_GraphicContext &context, const CL_FontDescription &desc) | CL_Font_System | |
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 | |
free_font() | CL_Font_System | |
get_character_index(CL_GraphicContext &gc, const CL_String &text, const CL_Point &point) | CL_Font | |
get_font_metrics() | CL_Font | |
get_glyph(CL_GraphicContext &gc, int glyph) | CL_Font_System | |
get_glyph_size(CL_GraphicContext &gc, unsigned int glyph) | CL_Font | |
get_provider() const | CL_Font_System | |
get_text_size(CL_GraphicContext &gc, const CL_StringRef &text) | CL_Font | |
insert_glyph(CL_GraphicContext &gc, CL_Font_System_Position &position, CL_PixelBuffer &pixel_buffer) | CL_Font_System | |
insert_glyph(CL_GraphicContext &gc, const CL_StringRef &text) | CL_Font_System | |
is_null() const | CL_Font | |
load_font(CL_GraphicContext &context, const CL_FontDescription &desc) | CL_Font_System | |
register_font(const CL_StringRef &font_filename, const CL_StringRef &font_typeface) | CL_Font_System | static |
set_font_metrics(const CL_FontMetrics &metrics) | CL_Font_System | |
set_texture_group(CL_TextureGroup &new_texture_group) | CL_Font_System | |
~CL_Font() | CL_Font | virtual |
~CL_Font_System() | CL_Font_System |