AnnFont Constructor

Summary

Creates a new instance of the AnnFont class.

Syntax

JavaScript Syntax
AnnFont = function(fontFamilyName, sizeInPoints) 
TypeScript Syntax
constructor(fontFamilyName: string, sizeInPoints: number); 

Parameters

fontFamilyName

The font family of the new AnnFont object.

sizeInPoints

The point size of the new AnnFont object.

Requirements

Target Platforms

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