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

Show in webframe

SetFontStretch Method






A System.Windows.FontStretch value that describes the amount of stretching or compression that is applied to the font.
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 stretch.
Syntax
public void SetFontStretch( 
   FontStretch fontStretch,
   Point textRange
)
'Declaration
 
Public Sub SetFontStretch( _
   ByVal fontStretch As FontStretch, _
   ByVal textRange As Point _
) 
'Usage
 
Dim instance As D2DTextLayout
Dim fontStretch As FontStretch
Dim textRange As Point
 
instance.SetFontStretch(fontStretch, textRange)

            

            
public:
void SetFontStretch( 
   FontStretch fontStretch,
   Point textRange
) 

Parameters

fontStretch
A System.Windows.FontStretch value that describes the amount of stretching or compression that is applied to the font.
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