Version

FontSettings Class Members

The following tables list the members exposed by FontSettings.

Public Constructors
 NameDescription
Public ConstructorFontSettings Constructor  
Public Properties
 NameDescription
Public PropertyAsciiGets/sets the font for ASCII characters  
Public PropertyComplexScriptGets/sets the font for complex script characters  
Public PropertyEastAsiaGets/sets the font for east Asia script characters  
Public PropertyHighAnsiGets/sets the font for high ANSI script characters  
Public PropertyHintGets/sets the font type to be used to format any ambiguous characters in the run, e.g. the paragraph mark.  
Public PropertyIsSealedReturns true if this object has been sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
Public PropertyIsSharedGets the value which indicates whether the settings object is being shared by multiple nodes. (Inherited from Infragistics.Documents.RichText.RichTextSettingsBase)
Public Methods
 NameDescription
Public MethodClonePerforms a deep clone of the object. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
Public MethodSealMakes the object sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
See Also