SetFontFamilyName Method

Summary

Sets the family name of the font.

Syntax
C#
VB
C++
public void SetFontFamilyName( 
   string fontFamilyName, 
   Point textRange 
) 
  
Public Sub SetFontFamilyName( _ 
   ByVal fontFamilyName As String, _ 
   ByVal textRange As Point _ 
)  
public: 
void SetFontFamilyName(  
   String^ fontFamilyName, 
   Point textRange 
)  

Parameters

fontFamilyName
A string that represents the Font's family name.

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.D2DRendering Assembly