|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FontServer4a | |
---|---|
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.format.type1 | Classes handling the parsing and content of Type1 fonts and metrics. |
Uses of FontServer4a in org.foray.font |
---|
Methods in org.foray.font that return FontServer4a | |
---|---|
FontServer4a |
SystemFont.getFontServer()
Convenience method returning the font server. |
FontServer4a |
FontSelectorCBC.getFontServer()
Returns the font server. |
FontServer4a |
FontConsumer4a.getFontServer()
Returns the parent font server instance. |
FontServer4a |
FontUse4a.getFOrayFontServer()
Returns the font server. |
FontServer4a |
ConsumerFont4a.getFOrayFontServer()
Return the font server. |
Constructors in org.foray.font with parameters of type FontServer4a | |
---|---|
FontConsumer4a(FontServer4a server)
Constructor. |
Uses of FontServer4a in org.foray.font.config |
---|
Methods in org.foray.font.config that return FontServer4a | |
---|---|
FontServer4a |
RegisteredFontFamily.getFontServer()
Return the related font server. |
FontServer4a |
RegisteredFont.getFontServer()
Returns the parent font server. |
Constructors in org.foray.font.config with parameters of type FontServer4a | |
---|---|
ConfigGenerator(FontServer4a fontServer)
Basic Constructor. |
|
ConfigParser(FontServer4a server,
InputSource filename)
Constructor. |
|
RegisteredFont(FontServer4a server,
String fontName,
DataSource fontFileSource,
DataSource metricsFileSource,
String ttcName,
org.axsl.font.Font.Embedding embedding,
String systemName)
Constructor useful for registering a Font that has not yet been read. |
|
RegisteredFont(FontServer4a server,
String fontID,
String fontFileDescription,
byte[] fontFileContents,
String metricsFileDescription,
byte[] metricsFileContents,
String collectionID,
org.axsl.font.Font.Embedding embedding,
String systemName)
Constructor useful for registering a font whose contents have been extracted from a document. |
|
RegisteredFontFamily(FontServer4a fontServer,
String name)
Constructor. |
Uses of FontServer4a in org.foray.font.format.type1 |
---|
Methods in org.foray.font.format.type1 that return FontServer4a | |
---|---|
FontServer4a |
Type1MetricsSerializer.getFontServer()
Returns the font server. |
FontServer4a |
Type1MetricsParser.getFontServer()
Returns the font server. |
Constructors in org.foray.font.format.type1 with parameters of type FontServer4a | |
---|---|
Type1MetricsParser(FontServer4a fontServer,
DataSource dataSource)
Constructor suitable for reading an input stream. |
|
Type1MetricsParser(FontServer4a fontServer,
RandomAccessInput randomInput)
Constructor. |
|
Type1MetricsParserAFM(FontServer4a fontServer,
RandomAccessInput input)
Constructor. |
|
Type1MetricsParserPFM(FontServer4a fontServer,
RandomAccessInput input)
Constructor. |
|
Type1MetricsSerializer(File sourceDir,
org.apache.commons.io.filefilter.IOFileFilter fileFilter,
File targetDir,
FontServer4a fontServer)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |