Exemplo n.º 1
0
 void UpdateFont()
 {
     if (Parser != null)
     {
         TranslationManager.FontMap map = Parser.CurrentLanguageFont;
         if (map != null)
         {
             Label.font = map.GetFontAsset(fontKey);
         }
     }
 }