The RtfFont type exposes the following members.

Constructors

Methods

  NameDescription
Public methodCompareTo (Overrides Font..::..CompareTo(Object).)
Public methodDifference (Overrides Font..::..Difference(Font).)
Public methodEquals (Overrides Object..::..Equals(Object).)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetCalculatedBaseFont (Inherited from Font.)
Public methodGetCalculatedLeading (Inherited from Font.)
Public methodGetCharset
Public methodGetFontName
Public methodGetFontNumber
Public methodGetFontSize
Public methodGetFontStyle
Public methodGetHashCode (Overrides Object..::..GetHashCode()()()().)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodIntToByteArray
Public methodIsBold
checks if this font is Bold.
(Inherited from Font.)
Public methodIsItalic
checks if this font is Bold.
(Inherited from Font.)
Public methodIsStandardFont (Overrides Font..::..IsStandardFont()()()().)
Public methodIsStrikethru
checks if the style of this font is STRIKETHRU.
(Inherited from Font.)
Public methodIsUnderlined
checks if this font is underlined.
(Inherited from Font.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetCharset
Public methodSetColor (Overrides Font..::..SetColor(Int32, Int32, Int32).)
Public methodSetFamily (Overrides Font..::..SetFamily(String).)
Public methodSetFontName
Public methodSetInHeader
Public methodSetInTable
Public methodSetRtfDocument
Public methodSetStyle(Int32) (Overrides Font..::..SetStyle(Int32).)
Public methodSetStyle(String) (Overrides Font..::..SetStyle(String).)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodWriteBegin
Public methodWriteContent
Public methodWriteDefinition
Public methodWriteEnd

Fields

Properties

  NameDescription
Public propertyBaseFont
Gets the BaseFont inside this object.
(Inherited from Font.)
Public propertyCalculatedSize (Inherited from Font.)
Public propertyCalculatedStyle (Inherited from Font.)
Public propertyColor (Overrides Font..::..Color.)
Public propertyFamily
Gets the family of this font.
(Inherited from Font.)
Public propertyFamilyname (Overrides Font..::..Familyname.)
Public propertySize (Overrides Font..::..Size.)
Public propertyStyle
Gets the style of this font.
(Inherited from Font.)

See Also