TypeToolStyleInfo Class
Contents
[
Hide
]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.12.0
Constructors
| Name | Description |
|---|---|
| TypeToolStyleInfo() | Initializes a new instance of the TypeToolStyleInfo class |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| auto_kern | bool | r/w | Gets or sets a value indicating whether auto kerning is on or off. |
| base_shift_value | int | r/w | Gets or sets the base shift value. |
| face_mark_value | short | r/w | Gets or sets the face mark value. |
| kerning_value | int | r/w | Gets or sets the kerning value. |
| leading_value | int | r/w | Gets or sets the leading value. |
| mark_value | short | r/w | Gets or sets the mark value. |
| rotate_down | bool | r/w | Gets or sets a value indicating whether it is a rotate down style. |
| size_value | int | r/w | Gets or sets the size value. |
| tracking_value | int | r/w | Gets or sets the tracking value. |
Methods
| Name | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| stream_container | StreamContainer | The stream container to save to. |
| psd_version | int | The PSD version. |