コード例 #1
0
 public void AddFont(string family, TextFont font)
 {
     _textFonts[key : family] = font;
 }
コード例 #2
0
 protected void AddFont(string family, TextFont font)
 {
     _configurations.AddFont(family, font);
 }