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) classCIDType0Glyph2DGeneralPath conversion for CFF CIDFont.(package private) classTTFGlyph2DThis class provides a glyph to GeneralPath conversion for TrueType and OpenType fonts.(package private) classType1Glyph2DGlyph 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. fontGlyph2DMethods in org.apache.pdfbox.rendering that return Glyph2D Modifier and Type Method Description private Glyph2DPageDrawer. 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 voidPageDrawer. drawGlyph2D(Glyph2D glyph2D, PDFont font, int code, Vector displacement, java.awt.geom.AffineTransform at)Render the font using the Glyph2D interface.
-