ClanLib
2.3.7
|
This is the complete list of members for CL_Font_Vector, 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_Vector() | CL_Font_Vector | |
CL_Font_Vector(const CL_StringRef &typeface_name, int height) | CL_Font_Vector | |
CL_Font_Vector(const CL_StringRef &typeface_name, int height, CL_IODevice &file) | CL_Font_Vector | |
CL_Font_Vector(const CL_StringRef &typeface_name, int height, const CL_VirtualDirectory &directory) | CL_Font_Vector | |
CL_Font_Vector(const CL_FontDescription &desc) | CL_Font_Vector | |
CL_Font_Vector(const CL_FontDescription &desc, CL_IODevice &file) | CL_Font_Vector | |
CL_Font_Vector(const CL_FontDescription &desc, const CL_VirtualDirectory &directory) | CL_Font_Vector | |
draw_glyphs(CL_GraphicContext &gc, float x, float y, int *glyphs, int length, bool filled=true, float *interspacing_x=0, float *interspacing_y=0, const CL_Colorf &color=CL_Colorf::white) | CL_Font_Vector | |
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_count(const CL_StringRef &text) | CL_Font_Vector | |
get_glyph_outline(int glyph) | CL_Font_Vector | |
get_glyph_size(CL_GraphicContext &gc, unsigned int glyph) | CL_Font | |
get_glyph_triangles(int glyph) | CL_Font_Vector | |
get_glyphs(const CL_StringRef &text, int *out_glyphs, float *out_interspacing_x, float *out_interspacing_y) | CL_Font_Vector | |
get_glyphs_size(int *glyphs, int length) | CL_Font_Vector | |
get_provider() const | CL_Font_Vector | |
get_text_size(CL_GraphicContext &gc, const CL_StringRef &text) | CL_Font | |
is_null() const | CL_Font | |
~CL_Font() | CL_Font | virtual |
~CL_Font_Vector() | CL_Font_Vector |