Class FontDescriptor

java.lang.Object
com.scroogexhtml.rtf.FontDescriptor

public class FontDescriptor extends Object
Class which contains the font definition in the RTF Header.
  • Constructor Details

    • FontDescriptor

      public FontDescriptor(String fontName, int fontCharSet)
      Constructor.
      Parameters:
      fontName - the font name
      fontCharSet - the charset of the font definition
  • Method Details

    • getFontName

      public String getFontName()
    • getFontCharSet

      public int getFontCharSet()