trait AddFont { // Required method fn add_font(&mut self, font_key: &FontKey, template: &FontTemplate); }