menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RTFFamilyNameCmd - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RTFFamilyNameCmd

    Command used to set font family for text.

    Inheritance
    System.Object
    RTFFormatCmd
    RTFFamilyNameCmd
    Implements
    ICommand
    Inherited Members
    RTFFormatCmd.CanUndo
    RTFFormatCmd.Description
    RTFFormatCmd.Do(Object)
    RTFFormatCmd.m_fNewFormatValue
    RTFFormatCmd.m_fOldFormatValue
    RTFFormatCmd.m_nodeEditing
    RTFFormatCmd.m_nSelectionLength
    RTFFormatCmd.m_nSelectionStart
    RTFFormatCmd.m_strDescription
    RTFFormatCmd.m_txtEditor
    RTFFormatCmd.NewFormatValue
    RTFFormatCmd.NodeEditing
    RTFFormatCmd.OldFormatValue
    RTFFormatCmd.Undo()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Windows.dll
    Syntax
    public class RTFFamilyNameCmd : RTFFormatCmd, ICommand

    Constructors

    RTFFamilyNameCmd(TextEditor, RichTextNode, Int32, Int32, String, String)

    Initializes a new instance of the RTFFamilyNameCmd class.

    Declaration
    public RTFFamilyNameCmd(TextEditor textEditor, RichTextNode nodeFormatting, int nSelectionStart, int nSelectionLength, string previusName, string familyName)
    Parameters
    Type Name Description
    TextEditor textEditor

    current text editor

    RichTextNode nodeFormatting

    RichText node

    System.Int32 nSelectionStart

    selection start position

    System.Int32 nSelectionLength

    selection length

    System.String previusName

    previous family name value

    System.String familyName

    family name value

    Methods

    CanMerge(ICommand)

    Checks whether text can be merged.

    Declaration
    public override bool CanMerge(ICommand cmd)
    Parameters
    Type Name Description
    ICommand cmd

    Merging command

    Returns
    Type Description
    System.Boolean

    true - can be merged; false - not

    Overrides
    RTFFormatCmd.CanMerge(ICommand)

    FormatText()

    Execute format text.

    Declaration
    protected override void FormatText()
    Overrides
    RTFFormatCmd.FormatText()

    Merge(ICommand)

    Merge text with command.

    Declaration
    public override void Merge(ICommand cmd)
    Parameters
    Type Name Description
    ICommand cmd

    Merging command

    Overrides
    RTFFormatCmd.Merge(ICommand)

    UndoFormatText()

    Undo format text.

    Declaration
    protected override void UndoFormatText()
    Overrides
    RTFFormatCmd.UndoFormatText()

    Implements

    ICommand
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved