Uses of Class
com.sun.pdfview.font.Type1CFont.Range
-
Packages that use Type1CFont.Range Package Description com.sun.pdfview.font -
-
Uses of Type1CFont.Range in com.sun.pdfview.font
Methods in com.sun.pdfview.font that return Type1CFont.Range Modifier and Type Method Description (package private) Type1CFont.Range
Type1CFont. getIndexEntry(int index, int id)
Get the range of a particular index in a dictionary.Methods in com.sun.pdfview.font with parameters of type Type1CFont.Range Modifier and Type Method Description (package private) void
Type1CFont. parseGlyph(Type1CFont.Range r, java.awt.geom.GeneralPath gp, FlPoint pt)
parse a glyph defined in a particular rangeprivate void
Type1CFont. readDict(Type1CFont.Range r)
read a dictionary that exists within some range, parsing the entries within the dictionary.
-