Home
last modified time | relevance | path

Searched refs:typoStype (Results 1 - 1 of 1) sorted by relevance

/foundation/graphic/graphic_2d/rosen/samples/text/renderservice/
H A Dmain.cpp74 TypographyStyle typoStype; in DoDraw() local
75 typoStype.textDirection_ = TextDirection::LTR; in DoDraw()
76 typoStype.textAlign_ = TextAlign::START; in DoDraw()
77 typoStype.maxLines_ = 1000; // maxLines 1000 in DoDraw()
78 typoStype.locale_ = "en"; in DoDraw()
79 typoStype.wordBreakType_ = WordBreakType::WordBreakTypeBreakWord; in DoDraw()
81 typoStype, FontCollection::GetInstance()); in DoDraw()

Completed in 1 milliseconds