Class DefaultFontMapper.BaseFontParameters

  • Enclosing class:
    DefaultFontMapper

    static class DefaultFontMapper.BaseFontParameters
    extends java.lang.Object
    A representation of BaseFont parameters.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) boolean cached
      Whether the font is cached of not.
      (package private) boolean embedded
      The embedding for that font.
      (package private) java.lang.String encoding
      The encoding for that font.
      (package private) java.lang.String fontName
      The font name.
      (package private) byte[] pfb
      The font bytes for pfb.
      (package private) byte[] ttfAfm
      The font bytes for ttf and afm.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private BaseFontParameters​(java.lang.String fontName)
      Constructs default BaseFont parameters.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • fontName

        java.lang.String fontName
        The font name.
      • encoding

        java.lang.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 Detail

      • BaseFontParameters

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