B3akers / LeagueSkinChanger

Skin changer for League of Legends
MIT License
238 stars 75 forks source link

How to add fonts #59

Closed AliYa-chen closed 3 years ago

AliYa-chen commented 3 years ago

image

AliYa-chen commented 3 years ago

Chinese becomes a question mark

Aperodry commented 3 years ago

you need use AddFontFromFileTTF() to support CN

AliYa-chen commented 3 years ago

您需要使用附加功能从档案()来支持CN

Which file should I add to?

Aperodry commented 3 years ago

in init_imgui(),which need change at get_system_font_path( "Courier", font_path )

AliYa-chen commented 3 years ago

in init_imgui(),which need change at get_system_font_path( "Courier", font_path )

You are wonderful. Thank you very much for your help