org.apache.fop.fonts
Interface FontConfig.FontConfigParser
- All Known Implementing Classes:
- DefaultFontConfig.DefaultFontConfigParser
- Enclosing interface:
- FontConfig
public static interface FontConfig.FontConfigParser
An interface for parsing font configuration information.
Method Summary |
FontConfig |
parse(org.apache.avalon.framework.configuration.Configuration cfg,
FontManager fontManager,
boolean strict,
EventProducer eventProducer)
Parse the font configuration and return an object containing all the necessary data. |
parse
FontConfig parse(org.apache.avalon.framework.configuration.Configuration cfg,
FontManager fontManager,
boolean strict,
EventProducer eventProducer)
throws FOPException
- Parse the font configuration and return an object containing all the necessary data.
- Parameters:
cfg
- the configuration objectfontManager
- the font managerstrict
- whether or not to enforce strict validationeventProducer
- the event producer for handling font events
- Returns:
- the configuration object
- Throws:
FOPException
- if an error occurs creating the font configuration object
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.