| 6 void gnt_util_get_text_bound(const char *text, int *width, int *height); |
6 void gnt_util_get_text_bound(const char *text, int *width, int *height); |
| 7 |
7 |
| 8 /* excluding *end */ |
8 /* excluding *end */ |
| 9 int gnt_util_onscreen_width(const char *start, const char *end); |
9 int gnt_util_onscreen_width(const char *start, const char *end); |
| 10 |
10 |
| 11 char *gnt_util_onscreen_width_to_pointer(const char *str, int len, int *w); |
11 const char *gnt_util_onscreen_width_to_pointer(const char *str, int len, int *w); |