org.apache.fontbox.cff.charset | This package holds classes used to handle the charsets of CFF/Type2-Fonts (aka Type1C-Fonts). |
org.apache.fontbox.cff.encoding | This package holds classes used to handle the encoding of CFF/Type2-Fonts (aka Type1C-Fonts). |
CFFParser.EmbeddedCharset | Inner class representing an embedded CFF charset. | code | html |
CFFParser.EmbeddedEncoding | Inner class representing an embedded CFF encoding. | code | html |
CharStringHandler | A Handler for CharStringCommands. | code | html |
AFMFormatter | This class creates all needed AFM font metric data from a CFFFont ready to be read from a AFMPaser. | code | html |
AFMFormatter.CharMetric | This class represents the metric of one single character. | code | html |
CFFDataInput | This is specialized DataInput. It's used to parse a CFFFont. | code | html |
CFFFont | This class represents a CFF/Type2 Font. | code | html |
CFFFont.Mapping | This class is used for the font mapping. | code | html |
CFFOperator | This class represents a CFF operator. | code | html |
CFFOperator.Key | This class is a holder for a key value. It consists of one or two bytes. | code | html |
CFFParser | This class represents a parser for a CFF font. | code | html |
CFFParser.DictData | Inner class holding the DictData of a CFF font. | code | html |
CFFParser.DictData.Entry | Inner class holding an operand of a CFF font. | code | html |
CFFParser.EmbeddedEncoding.Supplement | Inner class representing a supplement for an encoding. | code | html |
CFFParser.Format0Charset | Inner class representing a Format0 charset. | code | html |
CFFParser.Format0Encoding | Inner class representing a Format0 encoding. | code | html |
CFFParser.Format1Charset | Inner class representing a Format1 charset. | code | html |
CFFParser.Format1Charset.Range1 | Inner class representing a range of a charset. | code | html |
CFFParser.Format1Encoding | Inner class representing a Format1 encoding. | code | html |
CFFParser.Format1Encoding.Range1 | Inner class representing a range of an encoding. | code | html |
CFFParser.Header | Inner class holding the header of a CFF font. | code | html |
CFFParser.IndexData | Inner class holding the IndexData of a CFF font. | code | html |
CFFStandardString | This class represents a standard SID to String mapping. | code | html |
CharStringCommand | This class represents a CharStringCommand. | code | html |
CharStringCommand.Key | A static class to hold one or more int values as key. | code | html |
CharStringConverter | A class to translate Type2 CharString command sequence to Type1 CharString command sequence. | code | html |
CharStringRenderer | This class represents a renderer for a charstring. | code | html |
DataInput | This class contains some functionality to read a byte buffer. | code | html |
DataOutput | code | html | |
Type1CharStringFormatter | This class represents a formatter for CharString commands of a Type1 font. | code | html |
Type1CharStringParser | This class represents a converter for a mapping into a Type1-sequence. | code | html |
Type1FontFormatter | This class represents a formatter for a given Type1 font. | code | html |
Type1FontUtil | This class contains some helper methods handling Type1-Fonts. | code | html |
Type2CharStringParser | This class represents a converter for a mapping into a Type2-sequence. | code | html |