Uses of Class
org.foray.font.FontConsumer4a

Packages that use FontConsumer4a
org.foray.font Classes providing read-only access to font files and system font classes. 
org.foray.font.output Helper classes useful for embedding fonts or obtaining font information that is specific to an output format (like PDF or PostScript). 
 

Uses of FontConsumer4a in org.foray.font
 

Methods in org.foray.font that return FontConsumer4a
protected  FontConsumer4a FontSelector.getConsumer()
          Returns the parent font consumer instance.
 FontConsumer4a ConsumerFont4a.getFontConsumer()
          Return the parent font consumer.
 FontConsumer4a FontUse4a.getFOrayFontConsumer()
          Returns the font consumer instance.
 FontConsumer4a FontServer4a.makeFontConsumer()
           
 

Methods in org.foray.font with parameters of type FontConsumer4a
 FontSelector FontServer4a.makeFontSelector(FontConsumer4a consumer)
          Returns the font-selector that should be used by a given font consumer.
 FontSelector FontSelectorFactory.makeFontSelector(FontConsumer4a consumer)
          Create an instance of the appropriate FontSelector.
 

Constructors in org.foray.font with parameters of type FontConsumer4a
ConsumerFont4a(Font4a font, FontConsumer4a consumer)
          Constructor.
FontSelector(FontConsumer4a consumer)
          Constructor.
FontSelectorCBC(FontConsumer4a consumer)
          Constructor.
 

Uses of FontConsumer4a in org.foray.font.output
 

Methods in org.foray.font.output that return FontConsumer4a
 FontConsumer4a FontOutput4a.getFontConsumer()
          Returns the related FontConsumer4a.
 



Copyright © 2017. All rights reserved.