pub trait IntoFont<'a> { // Required method fn into_font(self) -> FontDesc<'a>; }
The trait that allows some type turns into a font description
Make the font description from the source type