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
24 $t->minsize()
25 Returns the minimum size this table can be. If it is smaller than this,
26 then the table must be bad and should be deleted or whatever.
27
29 None known
30
32 Martin Hosken <http://scripts.sil.org/FontUtils>.
33
35 Copyright (c) 1998-2016, SIL International (http://www.sil.org)
36
37 This module is released under the terms of the Artistic License 2.0.
38 For details, see the full text of the license in the file LICENSE.
39
40
41
42perl v5.30.0 2019-07-26 Font::TTF::LTSH(3)