??? | ?? |
---|---|
org.xhtmlrenderer.extend | |
org.xhtmlrenderer.pdf | |
org.xhtmlrenderer.swing |
?????? | ????? |
---|---|
FSGlyphVector |
TextRenderer.getGlyphVector(OutputDevice outputDevice,
FSFont font,
java.lang.String string) |
?????? | ????? |
---|---|
void |
TextRenderer.drawGlyphVector(OutputDevice outputDevice,
FSGlyphVector vector,
float x,
float y) |
java.awt.Rectangle |
TextRenderer.getGlyphBounds(OutputDevice outputDevice,
FSFont font,
FSGlyphVector fsGlyphVector,
int index,
float x,
float y) |
float[] |
TextRenderer.getGlyphPositions(OutputDevice outputDevice,
FSFont font,
FSGlyphVector fsGlyphVector) |
?????? | ????? |
---|---|
FSGlyphVector |
ITextTextRenderer.getGlyphVector(OutputDevice outputDevice,
FSFont font,
java.lang.String string) |
?????? | ????? |
---|---|
void |
ITextTextRenderer.drawGlyphVector(OutputDevice outputDevice,
FSGlyphVector vector,
float x,
float y) |
java.awt.Rectangle |
ITextTextRenderer.getGlyphBounds(OutputDevice outputDevice,
FSFont font,
FSGlyphVector fsGlyphVector,
int index,
float x,
float y) |
float[] |
ITextTextRenderer.getGlyphPositions(OutputDevice outputDevice,
FSFont font,
FSGlyphVector fsGlyphVector) |
?????? | ???? |
---|---|
class |
AWTFSGlyphVector |
?????? | ????? |
---|---|
FSGlyphVector |
Java2DTextRenderer.getGlyphVector(OutputDevice outputDevice,
FSFont font,
java.lang.String text) |
?????? | ????? |
---|---|
void |
Java2DTextRenderer.drawGlyphVector(OutputDevice outputDevice,
FSGlyphVector fsGlyphVector,
float x,
float y) |
java.awt.Rectangle |
Java2DTextRenderer.getGlyphBounds(OutputDevice outputDevice,
FSFont font,
FSGlyphVector fsGlyphVector,
int index,
float x,
float y) |
float[] |
Java2DTextRenderer.getGlyphPositions(OutputDevice outputDevice,
FSFont font,
FSGlyphVector fsGlyphVector) |