-
Notifications
You must be signed in to change notification settings - Fork 2
raylib.SetTextLineSpacing
JoeStrout edited this page Apr 29, 2026
·
3 revisions
Set vertical line spacing when drawing with line-breaks
| Parameter | Default Value | Note |
|---|---|---|
| spacing |
None.
// Use tighter line spacing before drawing multi-line text
raylib.SetTextLineSpacing 18
raylib.DrawText "Line one\nLine two\nLine three", 50, 100, 20, raylib.WHITE