Esempio n. 1
0
 public void AddFont(string family, TextFont font)
 {
     _textFonts[key : family] = font;
 }
Esempio n. 2
0
 protected void AddFont(string family, TextFont font)
 {
     _configurations.AddFont(family, font);
 }