Home
last modified time | relevance | path

Searched defs:FontFamily (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/ports/
DSkFontMgr_android_parser.h87 struct FontFamily { struct
88 FontFamily(const SkString& basePath, bool isFallbackFont) in FontFamily() function
98 SkTHashMap<SkString, std::unique_ptr<FontFamily>> fallbackFamilies; argument
109 void GetSystemFontFamilies(SkTDArray<FontFamily*>& fontFamilies); argument
/external/rust/crates/plotters-backend/src/
Dtext.rs8 pub enum FontFamily<'a> { enum
19 impl<'a> FontFamily<'a> { impl
32 impl<'a> From<&'a str> for FontFamily<'a> { implementation
234 fn family(&self) -> FontFamily; in family()
/external/rust/crates/plotters/src/style/font/
Dnaive.rs20 fn new(family: FontFamily, style: FontStyle) -> Result<Self, FontError> { in new()
Dmod.rs44 fn new(family: FontFamily, style: FontStyle) -> Result<Self, Self::ErrorType>; in new()
Dweb.rs25 fn new(family: FontFamily, style: FontStyle) -> Result<Self, FontError> { in new()
Dttf.rs118 fn load_font_data(face: FontFamily, style: FontStyle) -> FontResult<FontExt> { in load_font_data()
204 fn new(family: FontFamily, style: FontStyle) -> Result<Self, FontError> { in new()
Dfont_desc.rs121 pub fn get_family(&self) -> FontFamily { in get_family()
/external/rust/crates/plotters/src/style/
Dtext.rs217 impl<'a> IntoTextStyle<'a> for FontFamily<'a> { implementation
311 fn family(&self) -> FontFamily { in family()