ForeColor オブジェクトと指定したフォントを使用して、指定したテキストを RTF 文字列に付加します。RTF 描画では透明な色を使用できません。
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overloads Sub AppendRtfText( _
   ByVal  As System.String, _
   ByVal  As System.Drawing.Font _
) 
             
        
            
            public void AppendRtfText( 
   System.string ,
   System.Drawing.Font 
)
             
        
             
        
            パラメータ
- Text
 
- 既存の RTF に付加されるテキスト文字列。
 - Font
 
- 付加されたテキストのフォント。
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照