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
29 Bob Hallissy. <http://scripts.sil.org/FontUtils>.
30
32 Copyright (c) 1998-2016, SIL International (http://www.sil.org)
33
34 This module is released under the terms of the Artistic License 2.0.
35 For details, see the full text of the license in the file LICENSE.
36
37
38
39perl v5.30.1 2020-01-30 Font::TTF::Woff(3)