Trait owned_ttf_parser::AsFaceRef[][src]

pub trait AsFaceRef {
    fn as_face_ref(&self) -> &Face<'_>;
}
Expand description

Used to perform a cheap conversion to a Face reference.

Required methods

Convert to a Face reference.

Implementors