diff options
| author | raysan5 <[email protected]> | 2020-05-28 21:17:16 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2020-05-28 21:17:16 +0200 |
| commit | 64747478fe934e29726e48e5e4eac8a7d24cb5a6 (patch) | |
| tree | c59419ddbad05efda00eb7a5531d336933152fc7 /examples/text/text_unicode.c | |
| parent | 36a15a745c697f7a01f55130b85c2ef8c7315d4d (diff) | |
| download | raylib-64747478fe934e29726e48e5e4eac8a7d24cb5a6.tar.gz raylib-64747478fe934e29726e48e5e4eac8a7d24cb5a6.zip | |
Renamed some resources for naming consistency
Diffstat (limited to 'examples/text/text_unicode.c')
| -rw-r--r-- | examples/text/text_unicode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/text/text_unicode.c b/examples/text/text_unicode.c index 53803e05..3a4ed482 100644 --- a/examples/text/text_unicode.c +++ b/examples/text/text_unicode.c @@ -159,8 +159,8 @@ int main(int argc, char **argv) // NOTE: fontAsian is for asian languages, // fontEmoji is the emojis and fontDefault is used for everything else Font fontDefault = LoadFont("resources/dejavu.fnt"); - Font fontAsian = LoadFont("resources/notoCJK.fnt"); - Font fontEmoji = LoadFont("resources/emoji.fnt"); + Font fontAsian = LoadFont("resources/noto_cjk.fnt"); + Font fontEmoji = LoadFont("resources/symbola.fnt"); Vector2 hoveredPos = { 0.0f, 0.0f }; Vector2 selectedPos = { 0.0f, 0.0f }; |
