Class FontAdder

java.lang.Object
org.docx4j.fonts.fop.fonts.FontAdder

public class FontAdder extends Object
Adds a list of fonts to a given font info list
  • Field Details

    • log

      protected static org.slf4j.Logger log
  • Constructor Details

  • Method Details

    • add

      public void add(List<URL> fontURLList, List<EmbedFontInfo> fontInfoList) throws URISyntaxException
      Iterates over font url list adding to font info list
      Parameters:
      fontURLList - font file list
      fontInfoList - a configured font info list
      Throws:
      URISyntaxException - if a URI syntax error is found