| Package | Description |
|---|---|
| com.openhtmltopdf.css.style | |
| com.openhtmltopdf.extend | |
| com.openhtmltopdf.layout | |
| com.openhtmltopdf.render | |
| com.openhtmltopdf.swing |
| 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 |
SharedContext.getFont(FontSpecification spec) |
FSFont |
LayoutContext.getFont(FontSpecification font) |
| 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)
Resolves a list of font families.
|
Copyright © 2018. All rights reserved.