PDF::API3::Compat::API2::Basic::TTF::Fpgm - Font program in a TrueType font. Called when a font is loaded


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

Index


NAME

Top

PDF::API3::Compat::API2::Basic::TTF::Fpgm - Font program in a TrueType font. Called when a font is loaded

DESCRIPTION

Top

This is a minimal class adding nothing beyond a table, but is a repository for fpgm type information for those processes brave enough to address hinting.

$t->read

Reading this table is simply a process of reading all the data into the RAM copy. Nothing more is done with it.

$t->out_xml($context, $depth)

Outputs Fpgm program as XML

$t->XML_end($context, $tag, %attrs)

Parse all that hinting code

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.