mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-24 20:18:30 +00:00
REVIEWED: Added SetTextLineSpacing()
to multiline examples
This commit is contained in:
@@ -52,6 +52,8 @@ int main(void)
|
||||
// Set bilinear scale filter for better font scaling
|
||||
SetTextureFilter(font.texture, TEXTURE_FILTER_BILINEAR);
|
||||
|
||||
SetTextLineSpacing(54); // Set line spacing for multiline text (when line breaks are included '\n')
|
||||
|
||||
// Free codepoints, atlas has already been generated
|
||||
free(codepointsNoDups);
|
||||
|
||||
|
Reference in New Issue
Block a user