Namespace: iTextSharp.text.rtf.style
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public class RtfFont : Font, IRtfExtendedElement, 
	IRtfBasicElement, IRtfElementInterface
Visual Basic
Public Class RtfFont _
	Inherits Font _
	Implements IRtfExtendedElement, IRtfBasicElement, IRtfElementInterface
Visual C++
public ref class RtfFont : public Font, 
	IRtfExtendedElement, IRtfBasicElement, IRtfElementInterface

Inheritance Hierarchy

System..::..Object
  iTextSharp.text..::..Font
    iTextSharp.text.rtf.style..::..RtfFont
      iTextSharp.text.rtf.style..::..RtfParagraphStyle

See Also