←Select platform

SetFontWeight Method

Summary

Sets the font weight.

Syntax

C#
VB
C++
public void SetFontWeight( 
   FontWeight fontWeight, 
   Point textRange 
) 
  
Public Sub SetFontWeight( _ 
   ByVal fontWeight As FontWeight, _ 
   ByVal textRange As Point _ 
)  
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.D2DRendering Assembly