语言

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.

编辑者为: Brock Boland 17 3月, 2014 原因: Paragraph tags added automatically from tizen_format_fix module.

响应

1 回复
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.