Top | ![]() |
![]() |
![]() |
![]() |
CongFont * | cong_font_load () |
void | cong_font_delete () |
gint | cong_font_get_height () |
PangoFontDescription * | cong_font_get_pango_description () |
void | cong_font_draw_string_slow () |
gint | cong_font_string_width_slow () |
gint cong_font_get_height (CongFont *font
,const gchar *text
);
Computes the height, in pixels, of text
rendered in font
.
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
,CongFontYPos y_pos
);
TODO: Write me