| Package | Description |
|---|---|
| org.docx4j.org.xhtmlrenderer.docx | |
| org.docx4j.org.xhtmlrenderer.extend | |
| org.docx4j.org.xhtmlrenderer.pdf | |
| org.docx4j.org.xhtmlrenderer.swing |
| Modifier and Type | Method and Description |
|---|---|
FSGlyphVector |
Docx4jTextRenderer.getGlyphVector(OutputDevice outputDevice,
FSFont font,
String string) |
| Modifier and Type | Method and Description |
|---|---|
void |
Docx4jTextRenderer.drawGlyphVector(OutputDevice outputDevice,
FSGlyphVector vector,
float x,
float y) |
Rectangle |
Docx4jTextRenderer.getGlyphBounds(OutputDevice outputDevice,
FSFont font,
FSGlyphVector fsGlyphVector,
int index,
float x,
float y) |
float[] |
Docx4jTextRenderer.getGlyphPositions(OutputDevice outputDevice,
FSFont font,
FSGlyphVector fsGlyphVector) |
| 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 | Method and Description |
|---|---|
FSGlyphVector |
ITextTextRenderer.getGlyphVector(OutputDevice outputDevice,
FSFont font,
String string) |
| Modifier and Type | Method and Description |
|---|---|
void |
ITextTextRenderer.drawGlyphVector(OutputDevice outputDevice,
FSGlyphVector vector,
float x,
float y) |
Rectangle |
ITextTextRenderer.getGlyphBounds(OutputDevice outputDevice,
FSFont font,
FSGlyphVector fsGlyphVector,
int index,
float x,
float y) |
float[] |
ITextTextRenderer.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) |
| 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) |
float[] |
Java2DTextRenderer.getGlyphPositions(OutputDevice outputDevice,
FSFont font,
FSGlyphVector fsGlyphVector) |
Copyright © 2011-2013. All Rights Reserved.