Class DefaultFontConfig.Font

java.lang.Object
org.apache.fop.fonts.DefaultFontConfig.Font
Enclosing class:
DefaultFontConfig

public static final class DefaultFontConfig.Font extends Object
Represents a font object within the FOP conf.
  • Method Details

    • getEncodingMode

      public String getEncodingMode()
    • getTripletList

      public List<FontTriplet> getTripletList()
    • isKerning

      public boolean isKerning()
      Whether or not to allow kerning of glyphs.
      Returns:
      true to allow glyph kerning
    • isAdvanced

      public boolean isAdvanced()
    • getMetrics

      public String getMetrics()
      Gets the String representing the metrics file.
      Returns:
      the metrics file
    • getEmbedURI

      public String getEmbedURI()
      Gets the URI of the font to embed.
      Returns:
      the font URI
    • getSubFont

      public String getSubFont()
      Gets the sub font within, for example, a TTC.
      Returns:
      the sub font name
    • getEmbeddingMode

      public String getEmbeddingMode()
    • getAfm

      public String getAfm()
    • getPfm

      public String getPfm()
    • getSimulateStyle

      public boolean getSimulateStyle()
    • getEmbedAsType1

      public boolean getEmbedAsType1()
    • getUseSVG

      public boolean getUseSVG()