Package | Description |
---|---|
org.xhtmlrenderer.extend | |
org.xhtmlrenderer.layout | |
org.xhtmlrenderer.pdf | |
org.xhtmlrenderer.render | |
org.xhtmlrenderer.swing |
Modifier and Type | Method and Description |
---|---|
FSFontMetrics |
TextRenderer.getFSFontMetrics(FontContext context,
FSFont font,
java.lang.String string) |
int |
TextRenderer.getWidth(FontContext context,
FSFont font,
java.lang.String string) |
void |
TextRenderer.setup(FontContext context) |
Modifier and Type | Method and Description |
---|---|
FontContext |
LayoutContext.getFontContext() |
Modifier and Type | Method and Description |
---|---|
float |
SharedContext.getXHeight(FontContext fontContext,
FontSpecification fs) |
void |
LayoutContext.setFontContext(FontContext fontContext) |
Modifier and Type | Class and Description |
---|---|
class |
ITextFontContext |
Modifier and Type | Method and Description |
---|---|
FSFontMetrics |
ITextTextRenderer.getFSFontMetrics(FontContext context,
FSFont font,
java.lang.String string) |
int |
ITextTextRenderer.getWidth(FontContext context,
FSFont font,
java.lang.String string) |
void |
ITextTextRenderer.setup(FontContext context) |
Modifier and Type | Method and Description |
---|---|
FontContext |
RenderingContext.getFontContext() |
Modifier and Type | Method and Description |
---|---|
void |
RenderingContext.setFontContext(FontContext fontContext) |
Modifier and Type | Class and Description |
---|---|
class |
Java2DFontContext |
Modifier and Type | Method and Description |
---|---|
FSFontMetrics |
Java2DTextRenderer.getFSFontMetrics(FontContext fc,
FSFont font,
java.lang.String string) |
int |
Java2DTextRenderer.getWidth(FontContext fc,
FSFont font,
java.lang.String string) |
void |
Java2DTextRenderer.setup(FontContext fontContext) |