pub trait FontTool { // Required methods fn reset(&mut self) -> &Self; fn none_font(&self) -> Self; }