Class FontAdder


  • public class FontAdder
    extends java.lang.Object
    Adds a list of fonts to a given font info list
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(java.util.List<java.net.URL> fontURLList, java.util.List<EmbedFontInfo> fontInfoList)
      Iterates over font url list adding to font info list
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • add

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