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

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

Methods in org.foray.font that return RegisteredFontFamily
 RegisteredFontFamily FontServer4a.getRegisteredFontFamily(String fontFamilyName)
          Returns a named registered font family.
 RegisteredFontFamily FontServer4a.registerFontFamily2(String name)
          Add a RegisteredFontFamily to the Collection.
 

Methods in org.foray.font that return types with arguments of type RegisteredFontFamily
 Collection<RegisteredFontFamily> FontServer4a.registeredFontFamilies()
          Returns the collection of registered font-family instances.
 

Uses of RegisteredFontFamily in org.foray.font.config
 

Methods in org.foray.font.config that return RegisteredFontFamily
 RegisteredFontFamily RegisteredFontDesc.getRegisteredFontFamily()
          Returns the related registered font family instance.
 

Methods in org.foray.font.config with parameters of type RegisteredFontFamily
 boolean RegisteredFontDesc.matchIgnoreWeight(RegisteredFontFamily family, boolean considerSimulated, org.axsl.font.Font.Style style, org.axsl.font.Font.Variant variant, org.axsl.font.Font.Stretch stretch, boolean freeStandingFonts, boolean systemFonts)
          Indicates whether this font description matches a given set of criteria, withour regard to the font-weight.
 boolean RegisteredFontDesc.matchPerfect(RegisteredFontFamily family, boolean considerSimulated, org.axsl.font.Font.Style style, org.axsl.font.Font.Weight weight, org.axsl.font.Font.Variant variant, org.axsl.font.Font.Stretch stretch, boolean freeStandingFonts, boolean systemFonts)
          Indicates whether this font description perfectly matches a given set of criteria.
 

Constructors in org.foray.font.config with parameters of type RegisteredFontFamily
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.