Uses of Interface
org.apache.pdfbox.rendering.Glyph2D
-
Packages that use Glyph2D Package Description org.apache.pdfbox.rendering -
-
Uses of Glyph2D in org.apache.pdfbox.rendering
Classes in org.apache.pdfbox.rendering that implement Glyph2D Modifier and Type Class 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.Fields in org.apache.pdfbox.rendering with type parameters of type Glyph2D Modifier and Type Field Description private java.util.Map<PDFont,Glyph2D>
PageDrawer. fontGlyph2D
Methods in org.apache.pdfbox.rendering that return Glyph2D Modifier and Type Method Description private Glyph2D
PageDrawer. createGlyph2D(PDFont font)
Provide a Glyph2D for the given font.Methods in org.apache.pdfbox.rendering with parameters of type Glyph2D Modifier and Type Method 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.
-