Exemple #1
0
 private void LoadFonts()
 {
     _epamConfidential.Font = FontLoader.GetFontLight();
     _loginButton.Font      =
         _titleView.Font    = FontLoader.GetFontBold();
     _errorLabel.Font       =
         _userName.Font     =
             _password.Font = FontLoader.GetFontNormal();
 }
Exemple #2
0
 private void LoadFonts()
 {
     _epamConfidential.Typeface = FontLoader.GetFontLight(this);
     _loginButton.Typeface      = _vtsTitle.Typeface = FontLoader.GetFontBold(this);
     _error.Typeface            = _userName.Typeface = _password.Typeface = FontLoader.GetFontNormal(this);
 }