Searched refs:TypographyCreateBase_ (Results 1 – 3 of 3) sorted by relevance
31 TypographyCreateBase_ = std::make_shared<TypographyCreateTxt>(style, font_collection); in TypographyCreate()36 TypographyCreateBase_->PushStyle(style); in PushStyle()41 TypographyCreateBase_->Pop(); in Pop()46 TypographyCreateBase_->AddText(text); in AddText()51 TypographyCreateBase_->AddPlaceholder(span); in AddPlaceholder()56 std::unique_ptr<Typography> typography = TypographyCreateBase_->Build(); in Build()57 typography->Init(TypographyCreateBase_); in Build()
26 void Typography::Init(std::shared_ptr<TypographyCreateBase> TypographyCreateBase_) in Init() argument28 typography_->Init(TypographyCreateBase_); in Init()
43 std::shared_ptr<TypographyCreateBase> TypographyCreateBase_; variable