diff options
| author | Ray <raysan5@gmail.com> | 2019-10-21 17:37:47 +0200 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2019-10-21 17:37:47 +0200 |
| commit | ab52f984804e1ec77fbddd6d1258a1c535dea0cb (patch) | |
| tree | 64a2b10cd5460a91da29ef6d25cb489e78efeed5 | |
| parent | c1d282d9e8820db4c3fa24c9847bddb47c859765 (diff) | |
| download | raylib-ab52f984804e1ec77fbddd6d1258a1c535dea0cb.tar.gz raylib-ab52f984804e1ec77fbddd6d1258a1c535dea0cb.zip | |
Update text.c
| -rw-r--r-- | src/text.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |
