SetFontStretch Method

Summary
Sets the font stretch.
Syntax
C#
VB
C++
public void SetFontStretch( 
   FontStretch fontStretch, 
   Point textRange 
) 
  
Public Sub SetFontStretch( _ 
   ByVal fontStretch As FontStretch, _ 
   ByVal textRange As Point _ 
)  
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

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.D2DRendering Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.