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 &Font<'_>
impl AsFontRef for &OwnedFont
impl AsFontRef for Font<'_>
impl AsFontRef for OwnedFont