Class FontFaceFontSupplier

  • All Implemented Interfaces:
    FSSupplier<java.io.InputStream>

    public class FontFaceFontSupplier
    extends java.lang.Object
    implements FSSupplier<java.io.InputStream>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private SharedContext ctx  
      private java.lang.String src  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.InputStream supply()  
      • Methods inherited from class java.lang.Object

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

      • src

        private final java.lang.String src
    • Constructor Detail

      • FontFaceFontSupplier

        public FontFaceFontSupplier​(SharedContext ctx,
                                    java.lang.String src)
    • Method Detail

      • supply

        public java.io.InputStream supply()
        Specified by:
        supply in interface FSSupplier<java.io.InputStream>