diff libcore/core/font.h @ 169:eb0a7ab71023

misc: extreme cleanup, closes #2506 While here, remove unneeded stuff.
author David Demelier <markand@malikania.fr>
date Tue, 20 Oct 2020 17:39:13 +0200
parents e05a792f6910
children 6992085d47fd
line wrap: on
line diff
--- a/libcore/core/font.h	Tue Oct 20 15:09:39 2020 +0200
+++ b/libcore/core/font.h	Tue Oct 20 17:39:13 2020 +0200
@@ -137,7 +137,7 @@
  * \param text the UTF-8 text
  * \param w pointer to width (may be NULL)
  * \param h pointer to height (may be NULL)
- * \return false in case of error and pointers to w and h are left unmodified
+ * \return False in case of error and pointers to w and h are left unmodified.
  */
 bool
 font_query(const struct font *font, const char *text, unsigned int *w, unsigned int *h);