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