Package | Description |
---|---|
org.apache.pdfbox.rendering |
Modifier and Type | Class and Description |
---|---|
(package private) class |
CIDType0Glyph2D
GeneralPath conversion for CFF CIDFont.
|
(package private) class |
TTFGlyph2D
This class provides a glyph to GeneralPath conversion for TrueType and OpenType fonts.
|
(package private) class |
Type1Glyph2D
Glyph to GeneralPath conversion for Type 1 PFB and CFF, and TrueType fonts with a 'post' table.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<PDFont,Glyph2D> |
PageDrawer.fontGlyph2D |
Modifier and Type | Method and Description |
---|---|
private Glyph2D |
PageDrawer.createGlyph2D(PDFont font)
Provide a Glyph2D for the given font.
|
Modifier and Type | Method and Description |
---|---|
private void |
PageDrawer.drawGlyph2D(Glyph2D glyph2D,
PDFont font,
int code,
Vector displacement,
java.awt.geom.AffineTransform at)
Render the font using the Glyph2D interface.
|