1Font::TTF::Woff(3) User Contributed Perl Documentation Font::TTF::Woff(3)
2
3
4
6 Font::TTF::WOFF - holds Web Open Font File (WOFF) data for the font
7
9 This contains the WOFF packaging data.
10
12 This object supports the following instance variables (which, because
13 they reflect the structure of the table, do not begin with a space):
14
15 majorVersion
16 minorVersion
17 The two version integers come directly from the WOFF font header.
18
19 metaData
20 Contains a reference to Font::TTF::Woff::Meta structure, if the
21 font has WOFF metadata.
22
23 privateData
24 Contains a reference to a Font::TTF::Woff::Private structure, if
25 the font has a WOFF private data block
26
28perl v5.16.3 2012-05-16 Font::TTF::Woff(3)