Searched refs:GetNormalTextStyle (Results 1 – 10 of 10) sorted by relevance
85 auto Color = render->GetNormalTextStyle().GetTextColor(); in GetColor()204 auto fontSize = render ? render->GetNormalTextStyle().GetFontSize() : Dimension(); in GetFont()205 auto fontStyle = render ? render->GetNormalTextStyle().GetFontStyle() : FontStyle::NORMAL; in GetFont()206 auto fontWeight = render ? render->GetNormalTextStyle().GetFontWeight() : FontWeight::NORMAL; in GetFont()207 …auto fontFamily = render ? render->GetNormalTextStyle().GetFontFamilies() : std::vector<std::strin… in GetFont()
96 const TextStyle& GetNormalTextStyle() const in GetNormalTextStyle() function
39 normalStyle_ = itemComponent->GetNormalTextStyle(); in Update()
143 const TextStyle& GetNormalTextStyle() const in GetNormalTextStyle() function
110 const TextStyle& GetNormalTextStyle() const in GetNormalTextStyle() function
113 const TextStyle& GetNormalTextStyle() const in GetNormalTextStyle() function
210 const TextStyle& GetNormalTextStyle() const in GetNormalTextStyle() function
40 normalStyle_ = itemComponent->GetNormalTextStyle(); in Update()
52 auto textStyle = indexerComponent->GetNormalTextStyle(); in SetColor()