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
20 Reads the table
21
22 $t->out($fh)
23
24 Outputs the LTSH to the given fh.
25
27 None known
28
30 Martin Hosken Martin_Hosken@sil.org. See Font::TTF::Font for copyright
31 and licensing.
32
33
34
35perl v5.8.8 2005-06-14 Font::TTF::LTSH(3)