Package | Description |
---|---|
org.openimaj.image.typography | |
org.openimaj.image.typography.general | |
org.openimaj.image.typography.hershey | |
org.openimaj.image.typography.mathml |
Modifier and Type | Method and Description |
---|---|
FontRenderer<T,FontStyle<T>> |
FontStyle.getRenderer(ImageRenderer<T,?> renderer)
Get the renderer suitable for rendering text with this style into the
given image.
|
<T,Q extends FontStyle<T>> |
Font.getRenderer(ImageRenderer<T,?> renderer)
Get a font renderer suitable for rendering this font to the given image renderer.
|
Modifier and Type | Class and Description |
---|---|
class |
GeneralFontRenderer<T>
A font renderer that takes the glyph outline as generated by the Java AWT
Font system and renders it into an OpenIMAJ image using the ImageRenderer
methods.
|
Modifier and Type | Method and Description |
---|---|
<T,Q extends FontStyle<T>> |
GeneralFont.getRenderer(ImageRenderer<T,?> renderer)
Get a font renderer suitable for rendering this font to the given image renderer.
|
Modifier and Type | Method and Description |
---|---|
<T,Q extends FontStyle<T>> |
HersheyFont.getRenderer(ImageRenderer<T,?> renderer) |
Modifier and Type | Class and Description |
---|---|
class |
MathMLFontRenderer<T> |
Modifier and Type | Method and Description |
---|---|
<T,Q extends FontStyle<T>> |
MathMLFont.getRenderer(ImageRenderer<T,?> renderer) |