| 14372:61f53bc11687 | 14373:609c902d20f5 |
|---|---|
| 2 | 2 |
| 3 #include "gnt.h" | 3 #include "gnt.h" |
| 4 #include "gntwidget.h" | 4 #include "gntwidget.h" |
| 5 | 5 |
| 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 | |
| 8 int gnt_util_onscreen_width(const char *start, const char *end); | |
| 9 | |
| 10 char *gnt_util_onscreen_width_to_pointer(const char *str, int len, int *w); |