@interface UIFont (MapsMeFonts) + (UIFont *)regular10; + (UIFont *)regular12; + (UIFont *)regular13; + (UIFont *)regular14; + (UIFont *)regular15; + (UIFont *)regular16; + (UIFont *)regular17; + (UIFont *)regular18; + (UIFont *)regular24; + (UIFont *)regular32; + (UIFont *)regular52; + (UIFont *)medium10; + (UIFont *)medium14; + (UIFont *)medium16; + (UIFont *)medium17; + (UIFont *)medium18; + (UIFont *)medium20; + (UIFont *)medium24; + (UIFont *)medium28; + (UIFont *)medium36; + (UIFont *)medium40; + (UIFont *)medium44; + (UIFont *)light10; + (UIFont *)light12; + (UIFont *)light16; + (UIFont *)light17; + (UIFont *)bold12; + (UIFont *)bold14; + (UIFont *)bold16; + (UIFont *)bold17; + (UIFont *)bold22; + (UIFont *)bold24; + (UIFont *)bold28; + (UIFont *)bold36; + (UIFont *)bold48; + (UIFont *)fontWithName:(NSString *)fontName; @end