PDF::API3::Compat::API2::Basic::TTF::LTSH - Linear Threshold table


PDF-API3 documentation  | view source Contained in the PDF-API3 distribution.

Index


NAME

Top

PDF::API3::Compat::API2::Basic::TTF::LTSH - Linear Threshold table

DESCRIPTION

Top

Holds the linear threshold for each glyph. This is the ppem value at which a glyph's metrics become linear. The value is set to 1 if a glyph's metrics are always linear.

INSTANCE VARIABLES

Top

glyphs

An array of ppem values. One value per glyph

METHODS

Top

$t->read

Reads the table

$t->out($fh)

Outputs the LTSH to the given fh.

BUGS

Top

None known

AUTHOR

Top

Martin Hosken Martin_Hosken@sil.org. See PDF::API3::Compat::API2::Basic::TTF::Font for copyright and licensing.


PDF-API3 documentation  | view source Contained in the PDF-API3 distribution.