Uses of Class
com.sun.pdfview.font.TTFFont.PointRec
-
Packages that use TTFFont.PointRec Package Description com.sun.pdfview.font -
-
Uses of TTFFont.PointRec in com.sun.pdfview.font
Fields in com.sun.pdfview.font declared as TTFFont.PointRec Modifier and Type Field Description (package private) TTFFont.PointRec
TTFFont.RenderState. firstOff
(package private) TTFFont.PointRec
TTFFont.RenderState. firstOn
(package private) TTFFont.PointRec
TTFFont.RenderState. prevOff
Methods in com.sun.pdfview.font with parameters of type TTFFont.PointRec Modifier and Type Method Description private void
TTFFont. addOffCurvePoint(TTFFont.PointRec rec, TTFFont.RenderState rs)
add a point off the curveprivate void
TTFFont. addOnCurvePoint(TTFFont.PointRec rec, TTFFont.RenderState rs)
add a point on the curve
-