←Select platform

AnnFont Constructor

Summary
Creates a new instance of the AnnFont class.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public AnnFont( 
   string fontFamilyName, 
   double sizeInPoints 
) 
- (instancetype)initWithFamilyName:(NSString *)name fontSize:(CGFloat)size NS_DESIGNATED_INITIALIZER; 
public AnnFont(String fontFamilyName, double sizeInPoints) 
public:  
   AnnFont(String^ fontFamilyName, double sizeInPoints) 
__init__(self,fontFamilyName,sizeInPoints) # Overloaded constructor 

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

Leadtools.Annotations.Engine Assembly

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