comparison finch/libgnt/gntutils.h @ 19186:eef82b050c21

merge of 'bbeac90ad01d5059327da9e2504716614a191cab' and 'f30bfc6fc7aee19d096dd838aad5a784a7371d6c'
author Kevin Stange <kevin@simguy.net>
date Sat, 11 Aug 2007 21:08:27 +0000
parents c8f9584e3221
children fda2d2d99850
comparison
equal deleted inserted replaced
18842:e20619418edf 19186:eef82b050c21
38 * @param width The width required is set here, if not @c NULL. 38 * @param width The width required is set here, if not @c NULL.
39 * @param height The height required is set here, if not @c NULL. 39 * @param height The height required is set here, if not @c NULL.
40 */ 40 */
41 void gnt_util_get_text_bound(const char *text, int *width, int *height); 41 void gnt_util_get_text_bound(const char *text, int *width, int *height);
42 42
43 /* excluding *end */
43 /** 44 /**
44 * Get the onscreen width of a string, or a substring. 45 * Get the onscreen width of a string, or a substring.
45 * 46 *
46 * @param start The beginning of the string. 47 * @param start The beginning of the string.
47 * @param end The end of the string. The width returned is the width 48 * @param end The end of the string. The width returned is the width