Searched defs:FontStyle (Results 1 – 7 of 7) sorted by relevance
158 pub enum FontStyle { enum169 impl FontStyle { implementation181 impl<'a> From<&'a str> for FontStyle { implementation182 fn from(from: &'a str) -> FontStyle { in from() method226 fn style(&self) -> FontStyle { in style()
53 impl<'a, T: SizeDesc> IntoTextStyle<'a> for (&'a str, T, FontStyle) { implementation154 fn style(&self) -> FontStyle { in style()
29 SkFontStyle FontStyle(const AnimationBuilder* abuilder, const char* style) { in FontStyle() function
51 SkFontStyle FontStyle(const AnimationBuilder* abuilder, const char* style) { in FontStyle() function
156 pub fn get_style(&self) -> FontStyle { in get_style()
111 FontStyle, enumerator
603 export interface FontStyle { interface