Searched refs:textTheme_ (Results 1 – 3 of 3) sorted by relevance
64 textTheme_ = context->GetTheme<TextTheme>(); in OnModifyDone()65 CHECK_NULL_VOID(textTheme_); in OnModifyDone()460 auto defaultStyle = textTheme_->GetTextStyle().GetFontStyle(); in GetItalicFontStyle()469 auto defaultWeight = textTheme_->GetTextStyle().GetFontWeight(); in GetFontWeight()478 auto defaultFamily = textTheme_->GetTextStyle().GetFontFamilies(); in GetFontFamily()
249 RefPtr<TextTheme> textTheme_; variable
456 optionPattern->textTheme_ = AceType::MakeRefPtr<TextTheme>();