1Font::TTF::AATutils(3)User Contributed Perl DocumentationFont::TTF::AATutils(3)
2
3
4
6 Font::TTF::AATutils - Utility functions for AAT tables
7
8 ($classes, $states) = AAT_read_subtable($fh, $baseOffset, $subtableStart,
9 $limits)
10 $length = AAT_write_state_table($fh, $classes, $states, $numExtraTables,
11 $packEntry)
12 $packEntry is a subroutine for packing an entry into binary form,
13 called as
14
15 $dat = $packEntry($entry, $entryTable, $numEntries)
16
17 where the entry is a comma-separated list of nextStateOffset, flags,
18 actions
19
20 ($classes, $states, $entries) = AAT_read_state_table($fh, $numActionWords)
21 ($format, $lookup) = AAT_read_lookup($fh, $valueSize, $length, $default)
22 AAT_write_lookup($fh, $format, $lookup, $valueSize, $default)
24 Jonathan Kew <http://scripts.sil.org/FontUtils>.
25
27 Copyright (c) 1998-2016, SIL International (http://www.sil.org)
28
29 This module is released under the terms of the Artistic License 2.0.
30 For details, see the full text of the license in the file LICENSE.
31
32
33
34perl v5.32.1 2021-01-27 Font::TTF::AATutils(3)