Trait owned_ttf_parser::convert::AsFaceRef
source · pub trait AsFaceRef {
// Required method
fn as_face_ref(&self) -> &Face<'_>;
}
Expand description
Used to perform a cheap conversion to a Face
reference.
Required Methods§
sourcefn as_face_ref(&self) -> &Face<'_>
fn as_face_ref(&self) -> &Face<'_>
Convert to a Face
reference.