Uses of Class
org.foray.font.FontUse4a

Packages that use FontUse4a
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 FontUse4a in org.foray.font
 

Methods in org.foray.font that return FontUse4a
protected  FontUse4a FontConsumer4a.getDefaultFontUse()
          Return a default font.
 FontUse4a ConsumerFont4a.getFontUse(RegisteredFontDesc rfd, org.axsl.ps.Encoding encoding)
          Returns the described FontUse instance, creating it if necessary.
 FontUse4a ConsumerFont4a.selectFontUse(RegisteredFontDesc rfd, int codePoint)
          Select a font use based on the registered font description and a Unicode code point.
 

Methods in org.foray.font that return types with arguments of type FontUse4a
 List<FontUse4a> ConsumerFont4a.getFontUses()
          Return the collection of child font uses.
 List<FontUse4a> FontConsumer4a.getUsedFontUses()
           
 

Methods in org.foray.font with parameters of type FontUse4a
 byte[] FSType1Font.getRawFontFile(FontUse4a fontUse)
           
 byte[] FSTrueTypeFont.getRawFontFile(FontUse4a fontUse)
           
abstract  byte[] FreeStandingFont.getRawFontFile(FontUse4a fontUse)
          Returns the font file contents in a byte array.
 

Uses of FontUse4a in org.foray.font.output
 

Methods in org.foray.font.output that return FontUse4a
 FontUse4a FontOutput4a.getFOrayFontUse()
          Returns the FontUse, cast as a FontUse4a.
 

Methods in org.foray.font.output with parameters of type FontUse4a
 org.axsl.font.output.FontOutput FontPsFactory4a.createFontOutput(FontUse4a fontUse)
           
 org.axsl.font.output.FontOutput FontPdfFactory4a.createFontOutput(FontUse4a fontUse)
           
abstract  org.axsl.font.output.FontOutput FontOutputFactory4a.createFontOutput(FontUse4a fontUse)
          Create a FontOutput implementation.
 

Constructors in org.foray.font.output with parameters of type FontUse4a
FontOutput4a(FontUse4a fontUse)
          Constructor.
FontPdf4a(FontUse4a fontUse)
          Constructor.
FontPs4a(FontUse4a fontUse)
          Constructor.
 



Copyright © 2017. All rights reserved.