ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEText Class / RunSetFont Method
Index of the text run.
New font for the text run.




In This Topic
    RunSetFont Method
    In This Topic
    Sets the font of a text run.
    Syntax
    'Declaration
     
    Public Sub RunSetFont( _
       ByVal index As Integer, _
       ByVal font As ImGearPDEFont _
    ) 
    'Usage
     
    Dim instance As ImGearPDEText
    Dim index As Integer
    Dim font As ImGearPDEFont
     
    instance.RunSetFont(index, font)
    public void RunSetFont( 
       int index,
       ImGearPDEFont font
    )
    public: void RunSetFont( 
       int index,
       ImGearPDEFont* font
    ) 
    public:
    void RunSetFont( 
       int index,
       ImGearPDEFont^ font
    ) 

    Parameters

    index
    Index of the text run.
    font
    New font for the text run.
    See Also