Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/style/font/
Dttf.rs27 type FontResult<T> = Result<T, FontError>; typedef
Dfont_desc.rs13 pub type FontResult<T> = Result<T, FontError>; typedef