diff options
Diffstat (limited to 'examples/text/text_font_loading.c')
| -rw-r--r-- | examples/text/text_font_loading.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/text/text_font_loading.c b/examples/text/text_font_loading.c index 2c8786c4..6b98a4e8 100644 --- a/examples/text/text_font_loading.c +++ b/examples/text/text_font_loading.c @@ -47,7 +47,7 @@ int main(void) // NOTE: We define a font base size of 32 pixels tall and up-to 250 characters Font fontTtf = LoadFontEx("resources/pixantiqua.ttf", 32, 0, 250); - SetTextLineSpacing(48); // Set line spacing for multiline text (when line breaks are included '\n') + SetTextLineSpacing(16); // Set line spacing for multiline text (when line breaks are included '\n') bool useTtf = false; |
