Home
last modified time | relevance | path

Searched defs:FontStyle (Results 1 – 6 of 6) 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.rs178 impl<'a, F: Into<FontFamily<'a>>, T: SizeDesc> IntoTextStyle<'a> for (F, T, FontStyle) { implementation
223 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.rs108 pub fn get_style(&self) -> FontStyle { in get_style()
/external/pdfium/core/fxcrt/css/
Dcfx_css.h111 FontStyle, enumerator
/external/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts602 export interface FontStyle { interface