| Package | Description |
|---|---|
| org.xhtmlrenderer.context | |
| org.xhtmlrenderer.css.style | |
| org.xhtmlrenderer.extend | |
| org.xhtmlrenderer.layout | |
| org.xhtmlrenderer.render | |
| org.xhtmlrenderer.swing |
| Modifier and Type | Method and Description |
|---|---|
FSFont |
AWTFontResolver.resolveFont(SharedContext renderingContext,
FontSpecification spec) |
FSFont |
AWTFontResolver.resolveFont(SharedContext ctx,
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,
String string) |
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,
String string) |
int |
TextRenderer.getWidth(FontContext context,
FSFont font,
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 | 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 |
|---|---|
FSFont |
AWTFontResolver.resolveFont(SharedContext renderingContext,
FontSpecification spec) |
FSFont |
AWTFontResolver.resolveFont(SharedContext ctx,
String[] families,
float size,
IdentValue weight,
IdentValue style,
IdentValue variant)
Description of the Method
|
| Modifier and Type | Method and Description |
|---|---|
FSFontMetrics |
Java2DTextRenderer.getFSFontMetrics(FontContext fc,
FSFont font,
String string) |
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,
String text) |
FSGlyphVector |
Java2DTextRenderer.getGlyphVector(OutputDevice outputDevice,
FSFont font,
String text) |
int |
Java2DTextRenderer.getWidth(FontContext fc,
FSFont font,
String string) |
void |
Java2DOutputDevice.setFont(FSFont font) |
Copyright © 2016. All rights reserved.