| Class | Description |
|---|---|
| BitIOWriter | |
| BitIOWriterTest | |
| CvtEncoder |
Implementation of compression of CVT table in CTF, as per section 5.2 of spec
|
| CvtEncoderTest | |
| EOTWriter | |
| EOTWriterTest | |
| GlyfEncoder | |
| GlyfEncoderTest | |
| HdmxEncoder |
Implementation of compression of CTF horizontal device metrics data, as per
section 5.4 of the MicroType Express spec.
|
| HuffmanEncoder |
Adaptive huffman coder for LZCOMP compression algorithm
|
| HuffmanEncoderTest | |
| LzcompCompress |
Implement LZCOMP compression algorithm as defined in MicroType Express, part of the EOT
draft spec at "http://www.w3.org/Submission/MTX/"
Java implementation based on http://www.w3.org/Submission/MTX/ reference code
|
| MagnitudeDependentWriter |
Write a stream of values using magnitude dependent encoding, as per section 5.3 of the spec.
|
| MagnitudeDependentWriterTest | |
| MtxFontBuilder | |
| MtxHeadBuilder |
Builder for "head" table.
|
| MtxWriter |