TypeToolFontInfo Class

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

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

Properties

NameTypeAccessDescription
design_axesintr/wGets or sets the design axes vector to follow.
design_vector_valueintr/wGets or sets the design vector value.
font_familystringr/wGets or sets the font family.
font_namestringr/wGets or sets the font name.
font_stylestringr/wGets or sets the font style name.
font_type_dataintr/wGets or sets the font type data.
lengthintrGets the length.
mark_valueshortr/wGets or sets the mark value.
script_valueshortr/wGets or sets the script value.

Methods

NameDescription
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:

ParameterTypeDescription
stream_containerStreamContainerThe stream container to save to.