Packages

 

com.aspose.psd.fileformats.psd.layers.text

Class TextFontInfo



  • public final class TextFontInfo
    extends Object

    Represents the information about font. This class cannot be inherited.

    • Constructor Detail

      • TextFontInfo

        public TextFontInfo()

        Initializes a new instance of the TextFontInfo class.

    • Method Detail

      • getFontType

        public final int getFontType()

        Gets the type of the font.

        Value: The type of the font.
      • setFontType

        public final void setFontType(int value)

        Gets the type of the font.

        Value: The type of the font.
      • getScript

        public final int getScript()

        Gets the script.

        Value: The script.
      • setScript

        public final void setScript(int value)

        Gets the script.

        Value: The script.
      • getSynthetic

        public final boolean getSynthetic()

        Gets a value indicating whether this FontInformation is synthetic.

        Value: true if synthetic; otherwise, false.
      • setSynthetic

        public final void setSynthetic(boolean value)

        Gets a value indicating whether this FontInformation is synthetic.

        Value: true if synthetic; otherwise, false.
      • getPostScriptName

        public final String getPostScriptName()

        Gets the PostScript name

        Value: PostScript name
      • setPostScriptName

        public final void setPostScriptName(String value)

        Gets the PostScript name

        Value: PostScript name
      • getFamilyName

        public final String getFamilyName()

        Gets font family name

        Value: Font family name
      • setFamilyName

        public final void setFamilyName(String value)

        Gets font family name

        Value: Font family name
      • getStyle

        public final int getStyle()

        Gets font style parsed from subfamily name

        Value: Font style parsed from subfamily name
      • setStyle

        public final void setStyle(int value)

        Gets font style parsed from subfamily name

        Value: Font style parsed from subfamily name