Packages

 

com.aspose.psd.fileformats.psd.layers.layerresources

Class TypeToolFontInfo

  • java.lang.Object
    • com.aspose.psd.fileformats.psd.layers.layerresources.TypeToolFontInfo


  • public class TypeToolFontInfo
    extends Object

    Contains information about type tool font.

    • Constructor Detail

      • TypeToolFontInfo

        public TypeToolFontInfo()
    • Method Detail

      • getMarkValue

        public final short getMarkValue()

        Gets or sets the mark value.

        Value: The mark value.
      • setMarkValue

        public final void setMarkValue(short value)

        Gets or sets the mark value.

        Value: The mark value.
      • getFontTypeData

        public final int getFontTypeData()

        Gets or sets the font type data.

        Value: The font type data.
      • setFontTypeData

        public final void setFontTypeData(int value)

        Gets or sets the font type data.

        Value: The font type data.
      • getFontName

        public final String getFontName()

        Gets or sets the font name.

        Value: The font name.
      • setFontName

        public final void setFontName(String value)

        Gets or sets the font name.

        Value: The font name.
      • getFontFamily

        public final String getFontFamily()

        Gets or sets the font family.

        Value: The font family.
      • setFontFamily

        public final void setFontFamily(String value)

        Gets or sets the font family.

        Value: The font family.
      • getFontStyle

        public final String getFontStyle()

        Gets or sets the font style name.

        Value: The font style name.
      • setFontStyle

        public final void setFontStyle(String value)

        Gets or sets the font style name.

        Value: The font style name.
      • getScriptValue

        public final short getScriptValue()

        Gets or sets the script value.

        Value: The script value.
      • setScriptValue

        public final void setScriptValue(short value)

        Gets or sets the script value.

        Value: The script value.
      • getDesignAxes

        public final int getDesignAxes()

        Gets or sets the design axes vector to follow.

        Value: The design axes vector to follow.
      • setDesignAxes

        public final void setDesignAxes(int value)

        Gets or sets the design axes vector to follow.

        Value: The design axes vector to follow.
      • getDesignVectorValue

        public final int getDesignVectorValue()

        Gets or sets the design vector value.

        Value: The design vector value.
      • setDesignVectorValue

        public final void setDesignVectorValue(int value)

        Gets or sets the design vector value.

        Value: The design vector value.
      • getLength

        public final int getLength()

        Gets the length.

        Value: The length.
      • save

        public final void save(StreamContainer streamContainer)

        Saves the TypeToolFontInfo information to the specified stream container.

        Parameters:
        streamContainer - The stream container to save to.