|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RegisteredFontDesc | |
---|---|
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 RegisteredFontDesc in org.foray.font |
---|
Methods in org.foray.font that return RegisteredFontDesc | |
---|---|
protected RegisteredFontDesc |
FontServer4a.getDefaultFont(boolean freeStandingFont)
Finds a default registered font. |
RegisteredFontDesc |
FontServer4a.getDefaultFreeStandingFont()
Returns the fallback free-standing font when no other font can be used. |
protected RegisteredFontDesc |
FontServer4a.getDefaultSystemFont()
Returns the fallback system font when no other font can be used. |
RegisteredFontDesc |
FontUse4a.getRegisteredFontDesc()
Returns the parent registered font description. |
RegisteredFontDesc |
FontSelectorCBC.selectFont(List<String> familyList,
org.axsl.font.Font.Style style,
org.axsl.font.Font.Weight weight,
org.axsl.font.Font.Variant variant,
org.axsl.font.Font.Stretch stretch,
int size,
int codePoint)
|
abstract RegisteredFontDesc |
FontSelector.selectFont(List<String> familyList,
org.axsl.font.Font.Style style,
org.axsl.font.Font.Weight weight,
org.axsl.font.Font.Variant variant,
org.axsl.font.Font.Stretch stretch,
int size,
int codePoint)
Selectes a font. |
Methods in org.foray.font with parameters of type RegisteredFontDesc | |
---|---|
org.axsl.ps.Encoding |
ConsumerFont4a.findEncoding(RegisteredFontDesc rfd,
int codePoint)
Find the encoding that should be used for the seletion of a font use. |
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. |
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. |
Constructors in org.foray.font with parameters of type RegisteredFontDesc | |
---|---|
FontUse4a(ConsumerFont4a consumerFont,
RegisteredFontDesc rfd,
org.axsl.ps.Encoding encoding)
Constructor. |
Uses of RegisteredFontDesc in org.foray.font.config |
---|
Methods in org.foray.font.config that return RegisteredFontDesc | |
---|---|
RegisteredFontDesc |
RegisteredFontFamily.findRegisteredFontDesc(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)
This method encapsulates the "per-descriptor matching rules" described in the CSS 2 documentation at Section 15.5. |
RegisteredFontDesc |
RegisteredFontDesc.nextBolderFont()
Returns the next bolder font in the font-family than this font. |
RegisteredFontDesc |
RegisteredFontFamily.nextBolderFont(RegisteredFontDesc baseline)
Returns the next bolder font. |
RegisteredFontDesc |
RegisteredFontDesc.nextLighterFont()
Returns the next lighter font in the font-family than this font. |
RegisteredFontDesc |
RegisteredFontFamily.nextLighterFont(RegisteredFontDesc baseline)
Returns the next lighter font. |
Methods in org.foray.font.config that return types with arguments of type RegisteredFontDesc | |
---|---|
List<RegisteredFontDesc> |
RegisteredFontFamily.getFontDescriptions()
Returns the list of RegisteredFontDesc instances that are
associated with this family. |
Methods in org.foray.font.config with parameters of type RegisteredFontDesc | |
---|---|
boolean |
RegisteredFontDesc.equivalent(RegisteredFontDesc otherDesc)
Determine whether two RegisteredFontDesc instances have the same set of characteristics (font-weight, font-style, etc). |
boolean |
RegisteredFontDesc.equivalentExceptWeight(RegisteredFontDesc otherDesc)
Determine whether two RegisteredFontDesc instances have the same set of characteristics (font-family, font-style, etc), but without regard to font-weight. |
RegisteredFontDesc |
RegisteredFontFamily.nextBolderFont(RegisteredFontDesc baseline)
Returns the next bolder font. |
RegisteredFontDesc |
RegisteredFontFamily.nextLighterFont(RegisteredFontDesc baseline)
Returns the next lighter font. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |