Uses of Class
org.apache.fontbox.ttf.GlyphRenderer.Point
-
Packages that use GlyphRenderer.Point Package Description org.apache.fontbox.ttf This package contains classes to parse a TTF file. -
-
Uses of GlyphRenderer.Point in org.apache.fontbox.ttf
Methods in org.apache.fontbox.ttf that return GlyphRenderer.Point Modifier and Type Method Description private GlyphRenderer.Point[]
GlyphRenderer. describe(GlyphDescription gd)
Set the points of a glyph from the GlyphDescription.private GlyphRenderer.Point
GlyphRenderer. midValue(GlyphRenderer.Point point1, GlyphRenderer.Point point2)
Methods in org.apache.fontbox.ttf with parameters of type GlyphRenderer.Point Modifier and Type Method Description private java.awt.geom.GeneralPath
GlyphRenderer. calculatePath(GlyphRenderer.Point[] points)
Use the given points to calculate a GeneralPath.private void
GlyphRenderer. lineTo(java.awt.geom.GeneralPath path, GlyphRenderer.Point point)
private GlyphRenderer.Point
GlyphRenderer. midValue(GlyphRenderer.Point point1, GlyphRenderer.Point point2)
private void
GlyphRenderer. moveTo(java.awt.geom.GeneralPath path, GlyphRenderer.Point point)
private void
GlyphRenderer. quadTo(java.awt.geom.GeneralPath path, GlyphRenderer.Point ctrlPoint, GlyphRenderer.Point point)
-