mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-06 06:13:10 +00:00
Update text_inline_styling.c
This commit is contained in:
parent
48496e2307
commit
83a167ca3f
@ -210,7 +210,7 @@ static Vector2 MeasureTextStyled(Font font, const char *text, float fontSize, fl
|
|||||||
if ((font.texture.id == 0) || (text == NULL) || (text[0] == '\0')) return textSize; // Security check
|
if ((font.texture.id == 0) || (text == NULL) || (text[0] == '\0')) return textSize; // Security check
|
||||||
|
|
||||||
int textLen = TextLength(text); // Get size in bytes of text
|
int textLen = TextLength(text); // Get size in bytes of text
|
||||||
float textLineSpacing = fontSize*1.5f;
|
//float textLineSpacing = fontSize*1.5f; // Not used...
|
||||||
|
|
||||||
float textWidth = 0.0f;
|
float textWidth = 0.0f;
|
||||||
float textHeight = fontSize;
|
float textHeight = fontSize;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user