Uses of Interface
org.apache.pdfbox.rendering.Glyph2D
Packages that use Glyph2D
-
Uses of Glyph2D in org.apache.pdfbox.rendering
Classes in org.apache.pdfbox.rendering that implement Glyph2DModifier and TypeClassDescription(package private) final class
GeneralPath conversion for CFF CIDFont.(package private) final class
This class provides a glyph to GeneralPath conversion for TrueType and OpenType fonts.(package private) final class
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 Glyph2DMethods in org.apache.pdfbox.rendering that return Glyph2DModifier and TypeMethodDescriptionprivate Glyph2D
PageDrawer.createGlyph2D
(PDFont font) Provide a Glyph2D for the given font.Methods in org.apache.pdfbox.rendering with parameters of type Glyph2DModifier and TypeMethodDescriptionprivate void
PageDrawer.drawGlyph2D
(Glyph2D glyph2D, PDFont font, int code, Vector displacement, AffineTransform at) Render the font using the Glyph2D interface.