private static void UpdateFont() { demoFont = new Font(fonts[currentFontIndex], fontSize); demoTextRenderer.UpdateFont(demoFont); }