Home
last modified time | relevance | path

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

/external/rust/crates/plotters/src/style/font/
Dttf.rs65 struct FontExt { struct
70 impl Drop for FontExt { argument
77 impl FontExt { impl
106 impl std::ops::Deref for FontExt { implementation
115 fn load_font_data(face: FontFamily, style: FontStyle) -> FontResult<FontExt> { in load_font_data()