|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FontParser | |
---|---|
org.foray.font.config | Classes related to the configuration of the font subsystem and registration of fonts in it. |
org.foray.font.format.ttf | Classes handling the parsing and content of TrueType fonts. |
org.foray.font.format.type1 | Classes handling the parsing and content of Type1 fonts and metrics. |
Uses of FontParser in org.foray.font.config |
---|
Methods in org.foray.font.config that return FontParser | |
---|---|
FontParser |
RegisteredFont.createFontFileReader()
Creates a font file reader for this registered font. |
Uses of FontParser in org.foray.font.format.ttf |
---|
Methods in org.foray.font.format.ttf that return FontParser | |
---|---|
FontParser |
TrueTypeContainer.getReader()
Return the parser. |
Constructors in org.foray.font.format.ttf with parameters of type FontParser | |
---|---|
TrueTypeCollection(FontParser reader)
Constructor. |
|
TrueTypeContainer(FontParser reader)
Constructor. |
|
TrueTypeSingle(FontParser reader)
Constructor. |
Uses of FontParser in org.foray.font.format.type1 |
---|
Constructors in org.foray.font.format.type1 with parameters of type FontParser | |
---|---|
Type1FontParser(FontParser reader)
Constructor. |
|
Type1FontParserPFA(FontParser reader)
Constructor. |
|
Type1FontParserPFB(FontParser reader)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |