コード例 #1
0
 public void AcceptAttributeTextFontIndex(TextFontIndex textFontIndex, PrintContext parameter)
 {
     parameter.WriteLine("Text Font Index: {0}", textFontIndex.Index);
 }
コード例 #2
0
 public virtual void AcceptAttributeTextFontIndex(TextFontIndex textFontIndex, T parameter)
 {
     // intentionally left blank
 }