pub trait HasFontRepo { type FontRepo: FontRepo; // Required method fn font_repo_mut(&mut self) -> &mut Self::FontRepo; }