Searched refs:GetSelectStyle (Results 1 – 4 of 4) sorted by relevance
120 return GetTextStyleInJson(render->GetSelectComponent()->GetSelectStyle()); in GetFont()129 return ConvertColorToString(render->GetSelectComponent()->GetSelectStyle().GetTextColor()); in GetFontColor()233 return ConvertColorToString(render->GetSelectComponent()->GetSelectStyle().GetTextColor()); in GetOptionFontColor()
100 TextStyle textStyle = selectComponent->GetSelectStyle(); in SetFontSize()111 TextStyle textStyle = selectComponent->GetSelectStyle(); in SetFontWeight()122 TextStyle textStyle = selectComponent->GetSelectStyle(); in SetFontFamily()133 TextStyle textStyle = selectComponent->GetSelectStyle(); in SetItalicFontStyle()144 auto textStyle = selectComponent->GetSelectStyle(); in SetFontColor()
91 textStyle = GetSelectStyle(); in Initialize()
345 const TextStyle& GetSelectStyle() const in GetSelectStyle() function