언어 설정

Menu
Sites
Language
about the fontconfig

Hi!

i want to change the system font in tizen. so, i use fontconfig.

 

LOG--------------------------------------------------------------------------------------------------

/opt/usr/apps/org.tizen.theme/shared/res/fonts: caching, new cache content: 1fonts, 0 dirs

/var/cache/fontconfig: not cleaning unwritable cache directory

/opt/home/app/.cache/fontconfig: not cleaning non-existent cache directory

/opt/home/app/.fontconfig: not cleaning non-existent cache directory

fc-cache: failed

---------------------------------------------------------------------------------------------------------

maybe, because permission denied.

How can I change the system font? ....

 

have a good day~

 

 

Responses

4 댓글
daniel kim

Hi,

If you think that such issue is from the permision control, how about you test it on emulator?

You can change to root by 'su root' on it.

Regards

시언 박

Hi,

I want to know the way how to use the fontconfig in the Tizen Application.

Thank you, !

Palitsyna

Hello,

here you can find a tutorial, that demonstrates usage of different methods, that allow to set and change the font style in your application. You can change the font to another system-default font or one of your own fonts:

https://developer.tizen.org/development/tutorials/native-application/ui/font-setting-0

 

and here is an article from Native API Reference:

https://developer.tizen.org/development/api-references/native-application?redirect=https%3A//developer.tizen.org/dev-guide/2.3.0/org.tizen.native.mobile.apireference/index.html

Hope, this will help you.

 

Regards,

Svetlana Palitsyna

시언 박

Hi,

Thank you, but I want to add a system font. 

so, how to use the fontconfig or freetype API in the Tizen application.