Searched defs:TextStyle (Results 1 – 11 of 11) sorted by relevance
80 struct TextStyle { struct81 Drawing::Color color = Drawing::Color::COLOR_WHITE;82 TextDecoration decoration = TextDecoration::NONE;84 TextDecorationStyle decorationStyle = TextDecorationStyle::SOLID;85 double decorationThicknessScale = 1.0;86 FontWeight fontWeight = FontWeight::W400;110 bool operator ==(const TextStyle &rhs) const; argument115 bool isSymbolGlyph = false;116 HMSymbolTxt symbol;117 double baseLineShift = 0.0;[all …]
118 struct TextStyle { struct120 FontWeight fontWeight = FontWeight::W400;121 FontStyle fontStyle = FontStyle::NORMAL;123 double fontSize = 14.0;147 bool operator ==(TextStyle const& rhs) const; argument150 bool isSymbolGlyph = false;151 HMSymbolTxt symbol;
48 class TextStyle; variable
87 TextStyle::TextStyle() : fontFamilies(GetDefaultFontFamilies()) {} in TextStyle() function in OHOS::Rosen::SPText::TextStyle
22 TextStyle::TextStyle(const std::vector<std::string>& fontFamilies, double fontSize, FontWeight font… in TextStyle() function in OHOS::Ace::TextStyle
250 TextStyle(double fontSize) : fontSize_(fontSize) {} in TextStyle() function
531 ## TextStyle section
533 ## TextStyle section
379 ## TextStyle section
378 ## TextStyle section
270 enum TextStyle : uint8_t { enum