public static void FontSize(this GUISkin skin, float size) { skin.SetFontSize(size/720.0f); }