// Transform function for metadata fonts wxFont scale_metadata_font(const wxFont & font) { return font.Scaled(.9); }
// Transform function for headingFont wxFont scale_heading_font(const wxFont & font) { return font.Scaled(1.2); }