table of contents
Font::TTF::Woff(3) | User Contributed Perl Documentation | Font::TTF::Woff(3) |
NAME¶
Font::TTF::WOFF - holds Web Open Font File (WOFF) data for the font
DESCRIPTION¶
This contains the WOFF packaging data.
INSTANCE VARIABLES¶
This object supports the following instance variables (which, because they reflect the structure of the table, do not begin with a space):
- majorVersion
- minorVersion
- The two version integers come directly from the WOFF font header.
- metaData
- Contains a reference to Font::TTF::Woff::Meta structure, if the font has WOFF metadata.
- privateData
- Contains a reference to a Font::TTF::Woff::Private structure, if the font has a WOFF private data block
METHODS¶
2012-05-16 | perl v5.16.3 |