multiLinesOffset Property

Summary

The offset to add between lines of text in a multi-line text object.

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnSvgTextObjectRenderer.prototype, 'multiLinesOffset', 
	get: function(), 
	set: function(value) 
) 
multiLinesOffset: number; 

Property Value

The offset in container coordinates for the space between lines of text. The default value is 0.

Remarks

The offset is calculated automatically based on the font used. Use multiLinesOffset to increase or decrease this offset if needed. Positive values will increase the space between the lines, whereas negative values will decrease the distance between the lines. The value specified will be added to the height of the text line.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.JavaScript Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.