←Select platform

AnnFont Constructor

Summary
Creates a new instance of the AnnFont class.
Syntax
C#
VB
Objective-C
C++
Java
public AnnFont( 
   string fontFamilyName, 
   double sizeInPoints 
) 
Public Function New( _ 
   ByVal fontFamilyName As String, _ 
   ByVal sizeInPoints As Double _ 
) 
-(id) initWithFamilyName:(NSString*)name 
                fontSize:(double)size; 
public AnnFont(String fontFamilyName, double sizeInPoints) 
public:  
   AnnFont(String^ fontFamilyName, double sizeInPoints) 

Parameters

fontFamilyName
The font family of the new AnnFont object.

sizeInPoints
The point size of the new AnnFont object.

Requirements

Target Platforms

See Also

Reference

AnnFont Class

AnnFont Members

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

Leadtools.Annotations.Engine Assembly

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