Version

RichTextFont Structure Members

The following tables list the members exposed by RichTextFont.

Public Constructors
 NameDescription
Public ConstructorRichTextFont ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyNameGets the specific font name to use for the font.  
Public PropertyThemeTypeGets the theme type to use for the font.  
Public Methods
 NameDescription
Public MethodEqualsIndicates whether the specified object is equal to the RichTextFont.  
Public MethodGetHashCodeGets a hash code for the RichTextFont value.  
Public MethodGetResolvedFontNameGets the resolved font name to use for in the document for the specified character.  
Public MethodToStringGets the string representation of the RichTextFont.  
Public Operators
public Operator Equality Determines wither the two RichTextFont values are equal.
public Operator Implicit Type Conversion Overloaded. Creates a RichTextFont from a font name.
public Operator Inequality Determines wither the two RichTextFont values are unequal.
See Also