|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FontParserClient | |
|---|---|
| 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 | Classes handling the low-level details of specific font formats, such as Type 1, TrueType, Adobe Font Metrics, etc. |
| org.foray.font.format.ttf | Classes handling the parsing and content of TrueType fonts. |
| Uses of FontParserClient in org.foray.font |
|---|
| Classes in org.foray.font that implement FontParserClient | |
|---|---|
class |
FontServer4a
An implementation of the aXSL FontServer interface. |
| Uses of FontParserClient in org.foray.font.config |
|---|
| Classes in org.foray.font.config that implement FontParserClient | |
|---|---|
class |
RegisteredFont
Class representing a font that has been registered for use with FOray. |
| Uses of FontParserClient in org.foray.font.format |
|---|
| Methods in org.foray.font.format that return FontParserClient | |
|---|---|
FontParserClient |
FontParser.getFontParserClient()
Returns the font parser client. |
| Constructors in org.foray.font.format with parameters of type FontParserClient | |
|---|---|
FontParser(FontParserClient parserClient,
DataSource dataSource)
Constructor. |
|
| Uses of FontParserClient in org.foray.font.format.ttf |
|---|
| Methods in org.foray.font.format.ttf with parameters of type FontParserClient | |
|---|---|
static TrueTypeFont |
TrueTypeFont.parse(TTFOffsetTable ttfTableDir,
RandomAccessInput raInput,
FontParserClient parserClient)
Factory method that parses a font from random-access input. |
| Constructors in org.foray.font.format.ttf with parameters of type FontParserClient | |
|---|---|
TrueTypeCollectionLister(FontParserClient parserClient)
Basic Constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||