Trait AsFontRef
owned_ttf_parser
pub trait AsFontRef { fn as_font(&self) -> &Font<'_>; }
Used to perform a cheap conversion to a Font reference.
Font
fn as_font(&self) -> &Font<'_>
Convert to a Font reference.
impl AsFontRef for OwnedFont
impl<'_> AsFontRef for &'_ OwnedFont
impl<'_> AsFontRef for Font<'_>
impl<'_, '_> AsFontRef for &'_ Font<'_>