Languages

Menu
Sites
Language
Tizen Font

Hi people :D

Tell me please, how install font for label, edittext. I dont understand and in the tutorials not write how....

I have font in format .ttf

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

2 Replies
Pushpa G
Hi, You can use SetFontFromFile() API to set your font: String str = App::GetInstance()->GetAppRootPath() + "res/font/Chococooky.ttf"; pButtonOk1->SetFontFromFile(str); And you can add this button into your Label Refer to result Tizen::Ui::Control::SetFontFromFile( const Tizen::Base::String & fileName ) present in Tizen IDE>Help>Help contents> Tizen Native App Programming > API Reference > Namespace List > Tizen::Ui> Tizen::Ui::Control Class Reference
Levan Gogohia
thanx:D