ImageGear .NET
RunSetFont Method




Index of the text run.
New font for the text run.
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

Reference

ImGearPDEText Class
ImGearPDEText Members
ImGearPDEFont Class

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback