Class DefaultFontMapper.BaseFontParameters

java.lang.Object
com.aowagie.text.pdf.DefaultFontMapper.BaseFontParameters
Enclosing class:
DefaultFontMapper

static class DefaultFontMapper.BaseFontParameters extends Object
A representation of BaseFont parameters.
  • Field Details

    • fontName

      String fontName
      The font name.
    • encoding

      String encoding
      The encoding for that font.
    • embedded

      boolean embedded
      The embedding for that font.
    • cached

      boolean cached
      Whether the font is cached of not.
    • ttfAfm

      byte[] ttfAfm
      The font bytes for ttf and afm.
    • pfb

      byte[] pfb
      The font bytes for pfb.
  • Constructor Details

    • BaseFontParameters

      private BaseFontParameters(String fontName)
      Constructs default BaseFont parameters.
      Parameters:
      fontName - the font name or location