Search results for "module:Font::TTF::Ttopen"
Font::TTF::Ttopen - Opentype superclass for standard Opentype lookup based tables (GSUB and GPOS)
Handles all the script, lang, feature, lookup stuff for a Font::TTF::Gsub/Font::TTF::Gpos table leaving the class specifics to the subclass...
BHALLISSY/Font-TTF-1.06 - 25 Aug 2016 01:26:48 UTC
Font::TTF::GSUB - Module support for the GSUB table in conjunction with TTOpen
Handles the GSUB subtables in relation to Ttopen tables. Due to the variety of different lookup types, the data structures are not all that straightforward, although I have tried to make life easy for myself when using this!...
BHALLISSY/Font-TTF-1.06 - 25 Aug 2016 01:26:48 UTC
Font::TTF::GPOS - Support for Opentype GPOS tables in conjunction with TTOpen
The GPOS table is one of the most complicated tables in the TTF spec and the corresponding data structure abstraction is also not trivial. While much of the structure of a GPOS is shared with a GSUB table via the Font::TTF::Ttopen...
BHALLISSY/Font-TTF-1.06 - 25 Aug 2016 01:26:48 UTC
Font::TTF::Font - Memory representation of a font
A Truetype font consists of a header containing a directory of tables which constitute the rest of the file. This class holds that header and directory and also creates objects of the appropriate type for each table within the font. Note that it does...
BHALLISSY/Font-TTF-1.06 - 25 Aug 2016 01:26:48 UTC