comparison include/mb_shapes.h @ 444:12b117b19c2a

Change title of shape_stext group
author Thinker K.F. Li <thinker@branda.to>
date Fri, 31 Jul 2009 15:52:41 +0800
parents 9d5506968efb
children 16116d84bc5e
comparison
equal deleted inserted replaced
443:1f900a67bd38 444:12b117b19c2a
251 extern void sh_image_draw(shape_t *shape, cairo_t *cr); 251 extern void sh_image_draw(shape_t *shape, cairo_t *cr);
252 extern void sh_image_set_geometry(shape_t *shape, co_aix x, co_aix y, 252 extern void sh_image_set_geometry(shape_t *shape, co_aix x, co_aix y,
253 co_aix w, co_aix h); 253 co_aix w, co_aix h);
254 /* @} */ 254 /* @} */
255 255
256 /*! \defgroup shape_stext A Simple Implementation of Shape of Image 256 /*! \defgroup shape_stext Shape of Simple Text
257 * @{ 257 * @{
258 */ 258 */
259 259
260 /*! \defgroup font_face Define font face used to describe style of text. 260 /*! \defgroup font_face Define font face used to describe style of text.
261 * @{ 261 * @{