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

Show in webframe

SetFontWeight Method






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

            

            
public:
void SetFontWeight( 
   FontWeight fontWeight,
   Point textRange
) 

Parameters

fontWeight
A System.Windows.FontWeight value that represents the font's weight.
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