←Select platform

AnnFont Constructor

Summary

Creates a new instance of the AnnFont class.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public AnnFont( 
   string fontFamilyName, 
   double sizeInPoints 
) 
Public Function New( _ 
   ByVal fontFamilyName As String, _ 
   ByVal sizeInPoints As Double _ 
) 
public AnnFont(  
   string fontFamilyName, 
   double sizeInPoints 
) 
-(id) initWithFamilyName:(NSString*)name 
                fontSize:(double)size; 
             
public AnnFont(String fontFamilyName, double sizeInPoints) 
function AnnFont(  
   fontFamilyName , 
   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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly