1Image::ExifTool::Font(3U)ser Contributed Perl DocumentatiIomnage::ExifTool::Font(3)
2
3
4
6 Image::ExifTool::Font - Read meta information from font files
7
9 This module is used by Image::ExifTool
10
12 This module contains the routines required by Image::ExifTool to read
13 meta information from various format font files. Currently recognized
14 font file types are OTF, TTF, TTC, DFONT, PFA, PFB, PFM, AFM, ACFM and
15 AMFM. As well, WOFF and WOFF2 font files are identified, but metadata
16 is not currently extracted from these formats.
17
19 Copyright 2003-2023, Phil Harvey (philharvey66 at gmail.com)
20
21 This library is free software; you can redistribute it and/or modify it
22 under the same terms as Perl itself.
23
25 <http://developer.apple.com/textfonts/TTRefMan/RM06/Chap6.html>
26 <http://www.microsoft.com/typography/otspec/otff.htm>
27 <http://partners.adobe.com/public/developer/opentype/index_font_file.html>
28 <http://partners.adobe.com/public/developer/en/font/5178.PFM.pdf>
29 <http://opensource.adobe.com/svn/opensource/flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/MimeMappings.java>
30 <http://www.adobe.com/devnet/font/pdfs/5004.AFM_Spec.pdf>
31
33 "Font Tags" in Image::ExifTool::TagNames, Image::ExifTool(3pm)
34
35
36
37perl v5.36.1 2023-11-21 Image::ExifTool::Font(3)