Error processing SSI file
LEADTOOLS WPF (Leadtools.Windows.D2DRendering assembly)

Show in webframe

SetFontSize Method






Font size, in points.
A System.Windows.Point that represents the text range being set. The X value represents the starting text position of the range. The Y value represents the number of characters in the range.
Sets the font size.
Syntax
public void SetFontSize( 
   double fontSize,
   Point textRange
)
'Declaration
 
Public Sub SetFontSize( _
   ByVal fontSize As Double, _
   ByVal textRange As Point _
) 
'Usage
 
Dim instance As D2DTextLayout
Dim fontSize As Double
Dim textRange As Point
 
instance.SetFontSize(fontSize, textRange)

            

            
public:
void SetFontSize( 
   double fontSize,
   Point textRange
) 

Parameters

fontSize
Font size, in points.
textRange
A System.Windows.Point that represents the text range being set. The X value represents the starting text position of the range. The Y value represents the number of characters in the range.
Requirements

Target Platforms

See Also

Reference

D2DTextLayout Class
D2DTextLayout Members

Error processing SSI file