1Font::TTF::LTSH(3) User Contributed Perl Documentation Font::TTF::LTSH(3)
2
3
4
6 Font::TTF::LTSH - Linear Threshold table
7
9 Holds the linear threshold for each glyph. This is the ppem value at
10 which a glyph's metrics become linear. The value is set to 1 if a
11 glyph's metrics are always linear.
12
14 glyphs
15 An array of ppem values. One value per glyph
16
18 $t->read
19 Reads the table
20
21 $t->out($fh)
22 Outputs the LTSH to the given fh.
23
25 None known
26
28 Martin Hosken Martin_Hosken@sil.org. See Font::TTF::Font for copyright
29 and licensing.
30
31
32
33perl v5.16.3 2012-02-23 Font::TTF::LTSH(3)