Class FontListSerializer

java.lang.Object
org.apache.fop.tools.fontlist.FontListSerializer

public class FontListSerializer extends Object
Turns the font list into SAX events.
  • Constructor Details

    • FontListSerializer

      public FontListSerializer()
  • Method Details

    • generateSAX

      public void generateSAX(SortedMap fontFamilies, GenerationHelperContentHandler handler) throws SAXException
      Generates SAX events from the font damily map.
      Parameters:
      fontFamilies - the font families
      handler - the target SAX handler
      Throws:
      SAXException - if an XML-related exception occurs
    • generateSAX

      public void generateSAX(SortedMap fontFamilies, String singleFamily, GenerationHelperContentHandler handler) throws SAXException
      Generates SAX events from the font damily map.
      Parameters:
      fontFamilies - the font families
      singleFamily - if not null, the output will be filtered so only this single font family will be used
      handler - the target SAX handler
      Throws:
      SAXException - if an XML-related exception occurs