Searched defs:FontFamily (Results 1 – 8 of 8) sorted by relevance
| /external/skia/src/ports/ |
| D | SkFontMgr_android_parser.h | 87 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/ |
| D | text.rs | 8 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/ |
| D | naive.rs | 20 fn new(family: FontFamily, style: FontStyle) -> Result<Self, FontError> { in new()
|
| D | mod.rs | 44 fn new(family: FontFamily, style: FontStyle) -> Result<Self, Self::ErrorType>; in new()
|
| D | web.rs | 25 fn new(family: FontFamily, style: FontStyle) -> Result<Self, FontError> { in new()
|
| D | ttf.rs | 118 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()
|
| D | font_desc.rs | 121 pub fn get_family(&self) -> FontFamily { in get_family()
|
| /external/rust/crates/plotters/src/style/ |
| D | text.rs | 217 impl<'a> IntoTextStyle<'a> for FontFamily<'a> { implementation 311 fn family(&self) -> FontFamily { in family()
|