Back to Devexpress

CharacterPropertiesBase.FontNameEastAsia Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-characterpropertiesbase-7eb8f628.md

latest1.4 KB
Original Source

CharacterPropertiesBase.FontNameEastAsia Property

Specifies the font name for East Asian characters.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

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

Property Value

TypeDescription
String

A string value that is the font name.

|

Remarks

The FontNameEastAsia property value is ignored when the ThemeFontEastAsia property is specified.

See Also

CharacterPropertiesBase Interface

CharacterPropertiesBase Members

DevExpress.XtraRichEdit.API.Native Namespace