Update text.c
This commit is contained in:
parent
c1d282d9e8
commit
ab52f98480
1 changed files with 0 additions and 2 deletions
|
@ -892,8 +892,6 @@ int *GetCodepoints(const char *text, int *count)
|
||||||
return codepoints;
|
return codepoints;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Draw text (using default font)
|
// 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: 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
|
// NOTE: chars spacing is proportional to fontSize
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue