summaryrefslogtreecommitdiffhomepage
path: root/examples/text/text_unicode.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/text/text_unicode.c')
-rw-r--r--examples/text/text_unicode.c4
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 };