←Select platform

AnnFont Constructor (AnnFont)

Summary

Creates a new instance of the AnnFont class.

Syntax

C#
VB
Java
Objective-C
WinRT 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  
) 

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations.Core Assembly
Click or drag to resize