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.PointGlyphRenderer. 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.GeneralPathGlyphRenderer. calculatePath(GlyphRenderer.Point[] points)Use the given points to calculate a GeneralPath.private voidGlyphRenderer. lineTo(java.awt.geom.GeneralPath path, GlyphRenderer.Point point)private GlyphRenderer.PointGlyphRenderer. midValue(GlyphRenderer.Point point1, GlyphRenderer.Point point2)private voidGlyphRenderer. moveTo(java.awt.geom.GeneralPath path, GlyphRenderer.Point point)private voidGlyphRenderer. quadTo(java.awt.geom.GeneralPath path, GlyphRenderer.Point ctrlPoint, GlyphRenderer.Point point)
-