/** returns the font based the the provided font and style */
 public static AbstractChartFont getFont(final Fonts fonts, final int style, final int size) {
   return new SpiderChartSwtFont(fonts.getFontName(), style, size);
 }