aboutsummaryrefslogtreecommitdiff
path: root/include/mgl/graphics/text.h
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-11-08 02:07:23 +0100
committerdec05eba <dec05eba@protonmail.com>2021-11-08 02:07:23 +0100
commite3c90b41386986ef53e512994d6e2f7ceadfc177 (patch)
tree6fc1ad55e194a1c7663de3f2c9f178b1f67f2695 /include/mgl/graphics/text.h
parent16b0ce3748f1b3ea788bbaf4caaeb342a8f58d6f (diff)
Add window function to get key state, allow invalid utf8
Diffstat (limited to 'include/mgl/graphics/text.h')
-rw-r--r--include/mgl/graphics/text.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mgl/graphics/text.h b/include/mgl/graphics/text.h
index aca0650..2311d23 100644
--- a/include/mgl/graphics/text.h
+++ b/include/mgl/graphics/text.h
@@ -34,7 +34,6 @@ void mgl_text_deinit(mgl_text *self);
/*
Note: keeps a reference to |text|. |text| needs to be valid as long as |self| is used.
|text| may be NULL.
- |str| will be checked if its a valid utf8 string.
*/
int mgl_text_set_string(mgl_text *self, const char *str, size_t str_size);
/* |font| may be NULL */