Languages

Menu
Sites
Language
want to support multi-languages
Defualt font is Tizen sans. But, there are 8 languages that can not be seen at Tizen. ગુજરાતી (Gujarati) ଓଡ଼ିଆ (Odia) ಕನ್ನಡ (Kannada) മലയാളം (Malayalam) සිංහල (Sinhala) ລາວ (Lao) မြန်မာဘာသာ (Myanmar=Burmese) ខ្មែរ Cambodian (Khmer) What can I do for supporting these languages?   ( ※ I founded some packages at https://www.tizen.org/ko/package-list?langredirect=1 But, I can not found same packages at https://review.tizen.org/git/) ગુજરાતી (Gujarati)    → lohit-gujarati-fonts ଓଡ଼ିଆ (Odia)     → lohit-oriya-fonts ಕನ್ನಡ (Kannada)      → lohit-kannada-fonts മലയാളം (Malayalam)  → lohit-malayalam-fonts සිංහල (Sinhala)       → lklug-fonts ລາວ (Lao)         → dejavu-fonts မြန်မာဘာသာ (Myanmar) → X (Could you find package name for me?) ខ្មែរ Cambodian (Khmer) → X (Could you find package name for me?) Thanks.
Edited by: Sukyung Kim on 30 Jun, 2014

Responses

1 Replies
Arup Sarker

Hi,

Sorry for late reply. Tizen San is the default font, I assume you want to set your personal font instead of default :

 

Process of Setting Font:

 

Path Settings: Use the evas_font_path_global_append() or prepend function once when the application is launched.

 char *font_path = "/opt/usr/apps/org.tizen.myapp/res/fonts/";

evas_font_path_global_append(font_path);

Now you can load your fonts including the family name and style.

 

For Language of Myanmar, Zawgyi font is used and for Cambodian Khmer is used. You can download and install using above process.

 

You can check the below link also.

https://developer.tizen.org/ko/forums/native-application-development/tizen-system-font?langswitch=ko

https://developer.tizen.org/ko/forums/native-application-development/tizen-font?langswitch=ko

https://developer.tizen.org/ko/forums/native-application-development/solved-font-family-not-working-native-app-web-component?langswitch=ko