Package | Description |
---|---|
org.openimaj.image.typography.general | |
org.openimaj.tools.ocr |
Constructor and Description |
---|
GeneralFontStyle(GeneralFont font,
ImageRenderer<T,?> renderer)
Create a new font style that will be drawn solid.
|
GeneralFontStyle(GeneralFont font,
ImageRenderer<T,?> renderer,
boolean outline)
Create a new GeneralFontStyle.
|
Modifier and Type | Method and Description |
---|---|
GeneralFont |
FontSimulator.getJitteredFont(GeneralFont font)
Returns a font that is somewhat randomised from the
initial font.
|
GeneralFont |
FontSimulator.pickRandomFont()
Picks a random font from your system and returns it.
|
Modifier and Type | Method and Description |
---|---|
GeneralFont |
FontSimulator.getJitteredFont(GeneralFont font)
Returns a font that is somewhat randomised from the
initial font.
|