Class FontProgramDescriptor

java.lang.Object
com.itextpdf.io.font.FontProgramDescriptor

public class FontProgramDescriptor extends Object
Base font descriptor.
  • Method Details

    • getFontName

      public String getFontName()
    • getStyle

      public String getStyle()
    • getFontWeight

      public int getFontWeight()
    • getItalicAngle

      public float getItalicAngle()
    • isMonospace

      public boolean isMonospace()
    • isBold

      public boolean isBold()
    • isItalic

      public boolean isItalic()
    • getFullNameLowerCase

      public String getFullNameLowerCase()
    • getFontNameLowerCase

      public String getFontNameLowerCase()
    • getFamilyNameLowerCase

      public String getFamilyNameLowerCase()
    • getFamilyName2LowerCase

      public String getFamilyName2LowerCase()
      Get extra family name if exists.
      Returns:
      extra family name if exists in the font, null otherwise.
    • getFullNameAllLangs

      public Set<String> getFullNameAllLangs()
    • getFullNamesEnglishOpenType

      public Set<String> getFullNamesEnglishOpenType()