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

Show in webframe

SetFontStyle Method






A System.Windows.FontStyle value that represents the font's style.
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 style.
Syntax
public void SetFontStyle( 
   FontStyle fontStyle,
   Point textRange
)
'Declaration
 
Public Sub SetFontStyle( _
   ByVal fontStyle As FontStyle, _
   ByVal textRange As Point _
) 
'Usage
 
Dim instance As D2DTextLayout
Dim fontStyle As FontStyle
Dim textRange As Point
 
instance.SetFontStyle(fontStyle, textRange)

            

            
public:
void SetFontStyle( 
   FontStyle fontStyle,
   Point textRange
) 

Parameters

fontStyle
A System.Windows.FontStyle value that represents the font's style.
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