Home
last modified time | relevance | path

Searched defs:FontStyle (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/plotters-backend/src/
Dtext.rs158 pub enum FontStyle { enum
169 impl FontStyle { impl
181 impl<'a> From<&'a str> for FontStyle { implementation
182 fn from(from: &'a str) -> FontStyle { in from() method
226 fn style(&self) -> FontStyle { in style()
/external/rust/crates/plotters/src/style/
Dtext.rs253 impl<'a, F: Into<FontFamily<'a>>, T: SizeDesc> IntoTextStyle<'a> for (F, T, FontStyle) { implementation
298 fn style(&self) -> FontStyle { in style()
/external/skia/modules/skottie/src/layers/
DTextLayer.cpp51 SkFontStyle FontStyle(const AnimationBuilder* abuilder, const char* style) { in FontStyle() function
/external/rust/crates/plotters/src/style/font/
Dfont_desc.rs131 pub fn get_style(&self) -> FontStyle { in get_style()
/external/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts653 export interface FontStyle { interface