![]() | ![]() | ![]() | Conglomerate Programmer's Reference Manual | ![]() |
---|
cong-font —
CongFont* cong_font_load (const gchar *font_name); void cong_font_delete (CongFont *font); gint cong_font_get_height (CongFont *font, const gchar *text); PangoFontDescription* cong_font_get_pango_description (CongFont *font); void cong_font_draw_string_slow (GdkDrawable *drawable, CongFont *font, GdkGC *gc, const gchar *text, gint x, gint y); gint cong_font_string_width_slow (CongFont *font, const gchar *text);
gint cong_font_get_height (CongFont *font, const gchar *text);
font : | |
text : | |
Returns : |
PangoFontDescription* cong_font_get_pango_description (CongFont *font);
font : | |
Returns : |
void cong_font_draw_string_slow (GdkDrawable *drawable, CongFont *font, GdkGC *gc, const gchar *text, gint x, gint y);
drawable : | |
font : | |
gc : | |
text : | |
x : | |
y : |
<< Miscellaneous | cong-graph >> |