Trait owned_ttf_parser::AsFontRef[][src]

pub trait AsFontRef {
    fn as_font(&self) -> &Font<'_>;
}

Used to perform a cheap conversion to a Font reference.

Required methods

fn as_font(&self) -> &Font<'_>[src]

Convert to a Font reference.

Loading content...

Implementors

impl AsFontRef for &Font<'_>[src]

impl AsFontRef for &OwnedFont[src]

impl AsFontRef for Font<'_>[src]

impl AsFontRef for OwnedFont[src]

Loading content...