This line:
|
fn get_fallback(&self, style: FontStyle) -> Option<&FontRef<'static>> { |
appears to never be used.
It actually looks like most of this file is never used. I'm not sure if its under construction in a branch but it looks like its largely dead code.
This line:
plotters/plotters/src/style/font/ab_glyph.rs
Line 24 in c63248e
It actually looks like most of this file is never used. I'm not sure if its under construction in a branch but it looks like its largely dead code.