changeset 417:abc420282c70

Add more doc on shape_stext.
author Thinker K.F. Li <thinker@branda.to>
date Sun, 26 Jul 2009 15:31:40 +0800
parents 5791263ebe7b
children af6adacbed07
files src/shape_stext.c
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/shape_stext.c	Sun Jul 26 15:31:40 2009 +0800
+++ b/src/shape_stext.c	Sun Jul 26 15:31:40 2009 +0800
@@ -265,8 +265,10 @@
     shape_t shape;
     const char *txt;		      /*!< \brief Text to be showed */
     const mb_style_blk_t *style_blks; /*!< \brief Style of text */
-    int nblks;			      /*!< \brief Number of style blocks */
-    int max_nblks;
+    int nblks;			      /*!< \brief Number of valid style
+				       *    blocks */
+    int max_nblks;		      /*!< \brief Available space of
+				       *    style_blks */
     co_aix x, y;
     mb_scaled_font_t **scaled_fonts;
     mb_text_extents_t extents;