TypeToolFontInfo Class
Contents
[
Hide
]Summary: Contains information about type tool font.
Module: aspose.psd.fileformats.psd.layers.layerresources
Full Name: aspose.psd.fileformats.psd.layers.layerresources.TypeToolFontInfo
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
TypeToolFontInfo() | Initializes a new instance of the TypeToolFontInfo class |
Properties
Name | Type | Access | Description |
---|---|---|---|
design_axes | int | r/w | Gets or sets the design axes vector to follow. |
design_vector_value | int | r/w | Gets or sets the design vector value. |
font_family | string | r/w | Gets or sets the font family. |
font_name | string | r/w | Gets or sets the font name. |
font_style | string | r/w | Gets or sets the font style name. |
font_type_data | int | r/w | Gets or sets the font type data. |
length | int | r | Gets the length. |
mark_value | short | r/w | Gets or sets the mark value. |
script_value | short | r/w | Gets or sets the script value. |
Methods
Name | Description |
---|---|
save(stream_container) | Saves the TypeToolFontInfo information to the specified stream container. |
Constructor: TypeToolFontInfo()
TypeToolFontInfo()
Initializes a new instance of the TypeToolFontInfo class
Method: save(stream_container)
save(stream_container)
Saves the TypeToolFontInfo information to the specified stream container.
Parameters:
Parameter | Type | Description |
---|---|---|
stream_container | StreamContainer | The stream container to save to. |