1
2
3
pub trait RustTypeTTFontExt {
    fn rustype_font(&self) -> &rusttype::Font<'static>;
}