officefileapi-devexpress-dot-xtrarichedit-dot-commands-7c82c386.md
A command to change the font typeface of the selected text.
Namespace : DevExpress.XtraRichEdit.Commands
Assembly : DevExpress.RichEdit.v25.2.Core.dll
NuGet Package : DevExpress.RichEdit.Core
public class ChangeFontNameCommand :
ChangeCharacterFormattingCommandBase<string>
Public Class ChangeFontNameCommand
Inherits ChangeCharacterFormattingCommandBase(Of String)
Use the ICommandUIState.EditValue to specify font name.
Object Command DevExpress.Utils.Commands.ControlCommand<IRichEditControl, RichEditCommandId, DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> DevExpress.XtraRichEdit.Commands.RichEditCommandBase<DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> RichEditCommand DevExpress.XtraRichEdit.Commands.SelectionBasedCommandBase SelectionBasedPropertyChangeCommandBase DevExpress.XtraRichEdit.Commands.ChangeCharacterFormattingCommandBase<String> ChangeFontNameCommand
See Also