1 package Font::TTF::Kern::CompactClassArray;
5 Font::TTF::Kern::CompactClassArray - Compact Class Array kern subtable for AAT
14 use Font::TTF::AATutils;
16 @ISA = qw(Font::TTF::Kern::Subtable);
23 $class = ref($class) || $class;
29 Reads the table into memory
44 Writes the table to a file
59 Prints a human-readable representation of the table
67 my $post = $self->post();
69 $fh = 'STDOUT' unless defined $fh;
77 return 'kernCompactClassArray';
89 Jonathan Kew L<Jonathan_Kew@sil.org>. See L<Font::TTF::Font> for copyright and