Searched defs:FontStyle (Results 1 – 6 of 6) 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()
178 impl<'a, F: Into<FontFamily<'a>>, T: SizeDesc> IntoTextStyle<'a> for (F, T, FontStyle) { implementation223 fn style(&self) -> FontStyle { in style()
51 SkFontStyle FontStyle(const AnimationBuilder* abuilder, const char* style) { in FontStyle() function
108 pub fn get_style(&self) -> FontStyle { in get_style()
111 FontStyle, enumerator
602 export interface FontStyle { interface