# HG changeset patch # User Thinker K.F. Li # Date 1248593500 -28800 # Node ID abc420282c70e66b7b858c5118be2423bb0951a8 # Parent 5791263ebe7bb8b199ad18627631516b55299696 Add more doc on shape_stext. diff -r 5791263ebe7b -r abc420282c70 src/shape_stext.c --- 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;