Searched defs:FontStyle (Results 1 – 5 of 5) sorted by relevance
158 pub enum FontStyle { enum169 impl FontStyle { impl181 impl<'a> From<&'a str> for FontStyle { implementation182 fn from(from: &'a str) -> FontStyle { in from() method226 fn style(&self) -> FontStyle { in style()
253 impl<'a, F: Into<FontFamily<'a>>, T: SizeDesc> IntoTextStyle<'a> for (F, T, FontStyle) { implementation298 fn style(&self) -> FontStyle { in style()
51 SkFontStyle FontStyle(const AnimationBuilder* abuilder, const char* style) { in FontStyle() function
131 pub fn get_style(&self) -> FontStyle { in get_style()
653 export interface FontStyle { interface