TypeToolStyleInfo Class

Summary: Type tool style information.

Module: aspose.psd.fileformats.psd.layers.layerresources

Full Name: aspose.psd.fileformats.psd.layers.layerresources.TypeToolStyleInfo

Aspose.PSD Version: 24.9.0

Constructors

NameDescription
TypeToolStyleInfo()Initializes a new instance of the TypeToolStyleInfo class

Properties

NameTypeAccessDescription
auto_kernboolr/wGets or sets a value indicating whether auto kerning is on or off.
base_shift_valueintr/wGets or sets the base shift value.
face_mark_valueshortr/wGets or sets the face mark value.
kerning_valueintr/wGets or sets the kerning value.
leading_valueintr/wGets or sets the leading value.
mark_valueshortr/wGets or sets the mark value.
rotate_downboolr/wGets or sets a value indicating whether it is a rotate down style.
size_valueintr/wGets or sets the size value.
tracking_valueintr/wGets or sets the tracking value.

Methods

NameDescription
save(stream_container, psd_version)Saves the TypeToolFontInfo information to the specified stream container.

Constructor: TypeToolStyleInfo()

 TypeToolStyleInfo() 

Initializes a new instance of the TypeToolStyleInfo class

Method: save(stream_container, psd_version)

 save(stream_container, psd_version) 

Saves the TypeToolFontInfo information to the specified stream container.

Parameters:

ParameterTypeDescription
stream_containerStreamContainerThe stream container to save to.
psd_versionintThe PSD version.