Interface FontConfig.FontConfigParser

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      FontConfig parse​(org.apache.avalon.framework.configuration.Configuration cfg, FontManager fontManager, boolean strict, org.apache.fop.events.EventProducer eventProducer)
      Parse the font configuration and return an object containing all the necessary data.
    • Method Detail

      • parse

        FontConfig parse​(org.apache.avalon.framework.configuration.Configuration cfg,
                         FontManager fontManager,
                         boolean strict,
                         org.apache.fop.events.EventProducer eventProducer)
                  throws FOPException
        Parse the font configuration and return an object containing all the necessary data.
        Parameters:
        cfg - the configuration object
        fontManager - the font manager
        strict - whether or not to enforce strict validation
        eventProducer - the event producer for handling font events
        Returns:
        the configuration object
        Throws:
        FOPException - if an error occurs creating the font configuration object