Uses of Class
com.sun.pdfview.font.Type1CFont.Range
Packages that use Type1CFont.Range
-
Uses of Type1CFont.Range in com.sun.pdfview.font
Methods in com.sun.pdfview.font that return Type1CFont.RangeModifier and TypeMethodDescription(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.RangeModifier and TypeMethodDescription(package private) void
Type1CFont.parseGlyph
(Type1CFont.Range r, 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.