Package | Description |
---|---|
org.xhtmlrenderer.context | |
org.xhtmlrenderer.css.style | |
org.xhtmlrenderer.extend | |
org.xhtmlrenderer.layout | |
org.xhtmlrenderer.pdf | |
org.xhtmlrenderer.render | |
org.xhtmlrenderer.swing |
Modifier and Type | Method and Description |
---|---|
FSFont |
AWTFontResolver.resolveFont(SharedContext renderingContext,
FontSpecification spec) |
FSFont |
AWTFontResolver.resolveFont(SharedContext ctx,
java.lang.String[] families,
float size,
IdentValue weight,
IdentValue style,
IdentValue variant)
Description of the Method
|
Modifier and Type | Method and Description |
---|---|
FSFont |
CssContext.getFont(FontSpecification font) |
FSFont |
CalculatedStyle.getFSFont(CssContext cssContext) |
Modifier and Type | Method and Description |
---|---|
FSFontMetrics |
CssContext.getFSFontMetrics(FSFont font) |
Modifier and Type | Method and Description |
---|---|
FSFont |
FontResolver.resolveFont(SharedContext renderingContext,
FontSpecification spec) |
Modifier and Type | Method and Description |
---|---|
FSFontMetrics |
TextRenderer.getFSFontMetrics(FontContext context,
FSFont font,
java.lang.String string) |
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 |
TextRenderer.getGlyphVector(OutputDevice outputDevice,
FSFont font,
java.lang.String string) |
int |
TextRenderer.getWidth(FontContext context,
FSFont font,
java.lang.String string) |
void |
OutputDevice.setFont(FSFont font) |
Modifier and Type | Method and Description |
---|---|
FSFont |
LayoutContext.getFont(FontSpecification font) |
FSFont |
SharedContext.getFont(FontSpecification spec) |
Modifier and Type | Method and Description |
---|---|
FSFontMetrics |
LayoutContext.getFSFontMetrics(FSFont font) |
Modifier and Type | Class and Description |
---|---|
class |
ITextFSFont |
Modifier and Type | Method and Description |
---|---|
FSFont |
ITextFontResolver.resolveFont(SharedContext renderingContext,
FontSpecification spec) |
Modifier and Type | Method and Description |
---|---|
FSFontMetrics |
ITextTextRenderer.getFSFontMetrics(FontContext context,
FSFont font,
java.lang.String string) |
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) |
FSGlyphVector |
ITextTextRenderer.getGlyphVector(OutputDevice outputDevice,
FSFont font,
java.lang.String string) |
int |
ITextTextRenderer.getWidth(FontContext context,
FSFont font,
java.lang.String string) |
void |
ITextOutputDevice.setFont(FSFont font) |
Modifier and Type | Method and Description |
---|---|
FSFont |
RenderingContext.getFont(FontSpecification font) |
Modifier and Type | Method and Description |
---|---|
FSFontMetrics |
RenderingContext.getFSFontMetrics(FSFont font) |
Modifier and Type | Class and Description |
---|---|
class |
AWTFSFont |
Modifier and Type | Method and Description |
---|---|
FSFontMetrics |
Java2DTextRenderer.getFSFontMetrics(FontContext fc,
FSFont font,
java.lang.String string) |
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) |
float[] |
Java2DTextRenderer.getGlyphPositions(OutputDevice outputDevice,
FSFont font,
java.lang.String text) |
FSGlyphVector |
Java2DTextRenderer.getGlyphVector(OutputDevice outputDevice,
FSFont font,
java.lang.String text) |
int |
Java2DTextRenderer.getWidth(FontContext fc,
FSFont font,
java.lang.String string) |
void |
Java2DOutputDevice.setFont(FSFont font) |