언어 설정

Menu
Sites
Language
Change the font color in entry widget

Hi All,

How to change the font color for entry widget. I came across a tutorial which mentioned below method to change font style. But I couldn't find way to chane color.

const char *user_style = "DEFAULT='font=Sans:style=Regular font_size=60'";
elm_entry_text_style_user_push(server_entry, user_style);

What will be the key=value pair to assign font color to entry widget text?

Thank you.

Responses

2 댓글
Sundar Jeyaram

 add this in your user_style string 'color=#FF0'

Jeongsu Kim

you can see key value pair here

https://developer.tizen.org/dev-guide/2.3.0/org.tizen.native.mobile.apireference/group__Evas__Object__Textblock.html#textblock_paragraphs