Uses of Class
org.foray.font.config.RegisteredFont

Packages that use RegisteredFont
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. 
 

Uses of RegisteredFont in org.foray.font
 

Methods in org.foray.font that return RegisteredFont
 RegisteredFont Font4a.getRegisteredFont()
          Return the parent registered font.
 RegisteredFont FontServer4a.getRegisteredFont(String name)
          Returns the font registered to a given name.
 

Methods in org.foray.font with parameters of type RegisteredFont
static SystemFont SystemFont.makeSystemFont(RegisteredFont rf)
          Factory method that creates a new SystemFont instance.
 void FontServer4a.registerFont(String fontID, RegisteredFont rf)
          Maps a given font name to its related RegisteredFont instance.
 

Constructors in org.foray.font with parameters of type RegisteredFont
Font4a(RegisteredFont rf)
          Constructor.
FreeStandingFont(RegisteredFont rf)
          Constructor.
FSTrueTypeFont(RegisteredFont rf)
          Construct an instance.
FSType1Font(RegisteredFont rf)
          This constructor should be used for fonts that are registered before they are created.
 

Uses of RegisteredFont in org.foray.font.config
 

Methods in org.foray.font.config that return RegisteredFont
 RegisteredFont RegisteredFontDesc.getRegisteredFont()
          Returns the related registered font instance.
 

Methods in org.foray.font.config with parameters of type RegisteredFont
 void RegisteredFontFamily.registerFontDesc(RegisteredFont registeredFont, org.axsl.ps.Encoding encoding, org.axsl.font.Font.Style style, org.axsl.font.Font.Weight weight, org.axsl.font.Font.Variant variant, org.axsl.font.Font.Stretch stretch, float simulatedSmallCaps, float simulatedOblique, float simulatedBackslant, float[] simulatedStretch)
          Maps a font-description to a RegisteredFont for this font-family.
 void RegisteredFontFamily.registerFontDesc(RegisteredFont registeredFont, org.axsl.ps.Encoding encoding, String style, String weight, String variant, String stretch, String simulatedSmallCaps, String simulatedOblique, String simulatedBackslant, String[] simulatedStretch)
          Maps a font-description to a RegisteredFont for this font-family.
 

Constructors in org.foray.font.config with parameters of type RegisteredFont
RegisteredFontDesc(RegisteredFont rf, RegisteredFontFamily rff, org.axsl.ps.Encoding encoding, org.axsl.font.Font.Style fontStyle, org.axsl.font.Font.Weight fontWeight, org.axsl.font.Font.Variant fontVariant, org.axsl.font.Font.Stretch fontStretch)
          Construct a FontDescription instance.
 



Copyright © 2017. All rights reserved.