Back to Devexpress

CharacterPropertiesBase.FontNameAscii Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-characterpropertiesbase-aca2d3e1.md

latest1.4 KB
Original Source

CharacterPropertiesBase.FontNameAscii Property

Specifies the name of the font for Unicode (U+0000–U+007F) characters.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
string FontNameAscii { get; set; }
vb
Property FontNameAscii As String

Property Value

TypeDescription
String

A string value that is the font name.

|

Remarks

The FontNameAscii property value is ignored when the ThemeFontAscii property is specified.

See Also

CharacterPropertiesBase Interface

CharacterPropertiesBase Members

DevExpress.XtraRichEdit.API.Native Namespace