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

Leadtools.Annotations.Engine Assembly