diff options
Diffstat (limited to 'doc/public/tmpl/cairo-text.sgml')
-rw-r--r-- | doc/public/tmpl/cairo-text.sgml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/public/tmpl/cairo-text.sgml b/doc/public/tmpl/cairo-text.sgml index 8de82add..925d29b9 100644 --- a/doc/public/tmpl/cairo-text.sgml +++ b/doc/public/tmpl/cairo-text.sgml @@ -70,6 +70,14 @@ Cairo has two sets of text rendering capabilities: @CAIRO_FONT_WEIGHT_NORMAL: @CAIRO_FONT_WEIGHT_BOLD: +<!-- ##### STRUCT cairo_text_cluster_t ##### --> +<para> + +</para> + +@num_bytes: +@num_glyphs: + <!-- ##### FUNCTION cairo_select_font_face ##### --> <para> @@ -181,6 +189,29 @@ Cairo has two sets of text rendering capabilities: @num_glyphs: +<!-- ##### FUNCTION cairo_has_show_text_glyphs ##### --> +<para> + +</para> + +@cr: + + +<!-- ##### FUNCTION cairo_show_text_glyphs ##### --> +<para> + +</para> + +@cr: +@utf8: +@utf8_len: +@glyphs: +@num_glyphs: +@clusters: +@num_clusters: +@backward: + + <!-- ##### FUNCTION cairo_font_extents ##### --> <para> |