Skip to content

Commit

Permalink
Added newline test test to showfont
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Dec 7, 2024
1 parent a224d47 commit f5a12f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/showfont.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@

#define DEFAULT_PTSIZE 18.0f
#define DEFAULT_TEXT "The quick brown fox jumped over the lazy dog"
// Newlines
//#define DEFAULT_TEXT "The quick brown fox\njumped over the lazy dog"
// Combining characters
//#define DEFAULT_TEXT "\xc5\xab\xcc\x80\x20\xe1\xba\x83\x20\x6e\xcc\x82\x20\x48\xcc\xa8\x20\x6f\xcd\x9c\x75"
// Chinese text
Expand Down

0 comments on commit f5a12f1

Please sign in to comment.