HEX
Server: Apache
System: Linux s198.coreserver.jp 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: nagasaki (10062)
PHP: 7.1.33
Disabled: NONE
Upload Files
File: //usr/local/share/perl5/Font/TTF/Woff/PrivateData.pm
package Font::TTF::Woff::PrivateData;

=head1 NAME

Font::TTF::Woff::PrivateData - WOFF Private data

=head1 DESCRIPTION

Currently a stub, thus read() results in read_dat()

=cut

use Font::TTF::Utils;
require Font::TTF::Table;

@ISA = qw(Font::TTF::Table);

1;

=head1 AUTHOR

Bob Hallissy. L<http://scripts.sil.org/FontUtils>.

=head1 LICENSING

Copyright (c) 1998-2016, SIL International (http://www.sil.org) 

This module is released under the terms of the Artistic License 2.0. 
For details, see the full text of the license in the file LICENSE.

=cut