DXRichEditFontSubstitutionOptions Members
Contains font substitution options.Constructors
| Name | Description |
|---|---|
| DXRichEditFontSubstitutionOptions() | Initializes a new instance of the DXRichEditFontSubstitutionOptions class. |
Fields
| Name | Description |
|---|---|
| AsciiProperty static | Identifies the Ascii dependency property. |
| ComplexScriptProperty static | Identifies the ComplexScript dependency property. |
| EastAsiaProperty static | Identifies the EastAsia dependency property. |
| HighAnsiProperty static | Identifies the HighAnsi dependency property. |
Properties
| Name | Description |
|---|---|
| Ascii | Gets or sets the ASCII font used for substitution. This is a dependency property. |
| ComplexScript | Gets or sets the Complex Script font used for substitution. This is a dependency property. |
| EastAsia | Gets or sets the East Asian Unicode font used for substitution. This is a dependency property. |
| HighAnsi | Gets or sets the High Ansi font name used for substitution. This is dependency property. |
See Also