Uses of Class
org.apache.fontbox.ttf.GlyphRenderer.Point
Packages that use GlyphRenderer.Point
-
Uses of GlyphRenderer.Point in org.apache.fontbox.ttf
Methods in org.apache.fontbox.ttf that return GlyphRenderer.PointModifier and TypeMethodDescriptionprivate 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.PointModifier and TypeMethodDescriptionprivate GeneralPathGlyphRenderer.calculatePath(GlyphRenderer.Point[] points) Use the given points to calculate a GeneralPath.private voidGlyphRenderer.lineTo(GeneralPath path, GlyphRenderer.Point point) private GlyphRenderer.PointGlyphRenderer.midValue(GlyphRenderer.Point point1, GlyphRenderer.Point point2) private voidGlyphRenderer.moveTo(GeneralPath path, GlyphRenderer.Point point) private voidGlyphRenderer.quadTo(GeneralPath path, GlyphRenderer.Point ctrlPoint, GlyphRenderer.Point point)