Languages

Menu
Sites
Language
Slider Title text position and font

Hi
Are there known ways to configure Title text of Slider control (Tizen::Ui::Controls::Slider): to set fixed position (or alignment) and font properties (size, type etc)?
Alexey.

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

Responses

1 Replies
hgw7
Font can be set from any font file, which can be copied to any app paths. __pSlider->SetFontFromFile(App::GetInstance()->GetAppResourcePath()+L"font/TimesRoman.ttf"); Don't think title text alignment is possible.