fontStyle Property

Summary

Gets or sets a value that indicates the style of the typeface.

Syntax

JavaScript Syntax
Object.defineProperty(AnnFont.prototype, 'fontStyle', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
fontStyle: AnnFontStyle; 

Property Value

An AnnFontStyle value that specifies the style of the typeface.

Remarks

For more information, refer to Using Text in Annotation Objects.

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