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.
16
18 Copyright 2003-2020, Phil Harvey (philharvey66 at gmail.com)
19
20 This library is free software; you can redistribute it and/or modify it
21 under the same terms as Perl itself.
22
24 <http://developer.apple.com/textfonts/TTRefMan/RM06/Chap6.html>
25 <http://www.microsoft.com/typography/otspec/otff.htm>
26 <http://partners.adobe.com/public/developer/opentype/index_font_file.html>
27 <http://partners.adobe.com/public/developer/en/font/5178.PFM.pdf>
28 <http://opensource.adobe.com/svn/opensource/flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/MimeMappings.java>
29 <http://www.adobe.com/devnet/font/pdfs/5004.AFM_Spec.pdf>
30
32 "Font Tags" in Image::ExifTool::TagNames, Image::ExifTool(3pm)
33
34
35
36perl v5.30.1 2020-01-31 Image::ExifTool::Font(3)