From ab52f984804e1ec77fbddd6d1258a1c535dea0cb Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 21 Oct 2019 17:37:47 +0200 Subject: Update text.c --- src/text.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/text.c b/src/text.c index fe0cbef7..7b828384 100644 --- a/src/text.c +++ b/src/text.c @@ -892,8 +892,6 @@ int *GetCodepoints(const char *text, int *count) return codepoints; } - - // Draw text (using default font) // NOTE: fontSize work like in any drawing program but if fontSize is lower than font-base-size, then font-base-size is used // NOTE: chars spacing is proportional to fontSize -- cgit v1.2.3