Uses of Class
org.foray.font.Font4a

Packages that use Font4a
org.foray.font Classes providing read-only access to font files and system font classes. 
org.foray.font.config Classes related to the configuration of the font subsystem and registration of fonts in it. 
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 Font4a in org.foray.font
 

Subclasses of Font4a in org.foray.font
 class FreeStandingFont
          Base class for all fonts that are registered independently of the operating system's font registration.
 class FSTrueTypeFont
          High-level representation of a TrueType font.
 class FSType1Font
          Class representing FreeStanding Type 1 fonts.
 class SystemFont
          Handles interface of system (AWT) fonts to the client application.
 

Methods in org.foray.font that return Font4a
 Font4a FontUse4a.getFont()
           
 Font4a FontUse4a.getFOrayFont()
          Return the Font instance cast as a Font4a.
 Font4a ConsumerFont4a.getFOrayFont()
          Returns the parent font.
protected  Font4a FontConsumer4a.whichUse(RegisteredFontDesc rfd, int codePoint)
          Since RegisteredFont and RegisteredFontDesc instances can encapsulate either a FreeStandingFont or a SystemFont, or both, this method selects which one should be used, based on the FontConsumer instances parameters.
 

Methods in org.foray.font that return types with arguments of type Font4a
 List<Font4a> FontConsumer4a.getUsedFonts()
           
 

Methods in org.foray.font with parameters of type Font4a
 ConsumerFont4a FontConsumer4a.getConsumerFont(Font4a font)
          Returns the FontUse instance for a given font.
protected  ConsumerFont4a FontConsumer4a.registerFontUse(Font4a font)
          Record the fact that this FontConsumer has used this font.
 

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

Uses of Font4a in org.foray.font.config
 

Methods in org.foray.font.config that return Font4a
 Font4a RegisteredFont.getBestFont()
          Returns the FreeStandingFont linked to this registered font, if it exists, or the System font if no FreeStandingFont exists.
 

Uses of Font4a in org.foray.font.output
 

Methods in org.foray.font.output that return Font4a
 Font4a FontOutput4a.getFOrayFont()
          Returns the related Font4a instance.
 



Copyright © 2017. All rights reserved.