| Package | Description |
|---|---|
| com.openhtmltopdf.extend | |
| com.openhtmltopdf.swing |
| Modifier and Type | Method and Description |
|---|---|
FSGlyphVector |
TextRenderer.getGlyphVector(OutputDevice outputDevice,
FSFont font,
String string) |
| Modifier and Type | Method and Description |
|---|---|
void |
TextRenderer.drawGlyphVector(OutputDevice outputDevice,
FSGlyphVector vector,
float x,
float y) |
Rectangle |
TextRenderer.getGlyphBounds(OutputDevice outputDevice,
FSFont font,
FSGlyphVector fsGlyphVector,
int index,
float x,
float y) |
float[] |
TextRenderer.getGlyphPositions(OutputDevice outputDevice,
FSFont font,
FSGlyphVector fsGlyphVector) |
| Modifier and Type | Class and Description |
|---|---|
class |
AWTFSGlyphVector |
| Modifier and Type | Method and Description |
|---|---|
FSGlyphVector |
Java2DTextRenderer.getGlyphVector(OutputDevice outputDevice,
FSFont font,
String text)
This method gets a glyph vector for purposes of selecting text.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Java2DTextRenderer.drawGlyphVector(OutputDevice outputDevice,
FSGlyphVector fsGlyphVector,
float x,
float y) |
Rectangle |
Java2DTextRenderer.getGlyphBounds(OutputDevice outputDevice,
FSFont font,
FSGlyphVector fsGlyphVector,
int index,
float x,
float y)
This method gets glyph bounds for purposes of selecting text.
|
float[] |
Java2DTextRenderer.getGlyphPositions(OutputDevice outputDevice,
FSFont font,
FSGlyphVector fsGlyphVector)
This method gets glyph positions for purposes of selecting text.
|
Copyright © 2017. All rights reserved.