Home
last modified time | relevance | path

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

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