Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CharacterPropertiesBase.ThemeFontAscii Property

Specifies theme font for Unicode (U+0000–U+007F) characters.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v19.2.Core.dll

Declaration

ThemeFont? ThemeFontAscii { get; set; }

Property Value

Type Description
Nullable<ThemeFont>

One of the ThemeFont enumeration values indicating the font name, or null for a mixture of values.

Remarks

If the ThemeFontAscii is not specified, the CharacterPropertiesBase.FontNameAscii property determines the theme font.

See Also