Modifier and Type | Interface | Description |
---|---|---|
interface |
LanguageClassifier |
Todo: Derive the language from the characters.
|
interface |
SpacingProducer |
Reads spacing information.
|
Modifier and Type | Class | Description |
---|---|---|
class |
DefaultLanguageClassifier |
Creation-Date: 25.07.2006, 18:25:13
|
class |
GraphemeClusterProducer |
Creation-Date: 11.06.2006, 17:02:27
|
class |
StaticSpacingProducer |
Creation-Date: 11.06.2006, 18:37:39
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
BreakOpportunityProducer |
Checks for break-opportunities.
|
Modifier and Type | Class | Description |
---|---|---|
class |
LineBreakProducer |
This produces linebreaks when a CR/LF is encountered.
|
class |
WordBreakProducer |
This is the standard behaviour for HTML.It breaks texts at word boundaries.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
GlyphClassificationProducer |
Creation-Date: 26.06.2006, 16:34:52
|
Modifier and Type | Class | Description |
---|---|---|
class |
LinebreakClassificationProducer |
Creation-Date: 26.06.2006, 16:36:50
|
class |
WhitespaceClassificationProducer |
Creation-Date: 26.06.2006, 16:36:50
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
FontSizeProducer |
Reads the character width and height (without kerning).
|
interface |
KerningProducer |
Creation-Date: 11.06.2006, 16:06:54
|
Modifier and Type | Class | Description |
---|---|---|
class |
DefaultKerningProducer |
Creation-Date: 11.06.2006, 18:30:42
|
class |
NoKerningProducer |
Creation-Date: 11.06.2006, 18:30:42
|
class |
StaticFontSizeProducer |
Creates a monospaced font from any given font by always returning the maximum
character width and height for that font.
|
class |
VariableFontSizeProducer |
Looks-up the character on the given font.
|