Trait read_fonts::FontReadWithArgs
source · [−]pub trait FontReadWithArgs<'a>: Sized + ReadArgs {
fn read_with_args(
data: FontData<'a>,
args: &Self::Args
) -> Result<Self, ReadError>;
}Expand description
A trait for types that require external data in order to be constructed.