From 02abbc901712fc28375ea19b4dcb5d6ef3af0bb2 Mon Sep 17 00:00:00 2001 From: Kurt Jung Date: Thu, 23 Jul 2015 12:50:56 -0400 Subject: Add a sample Type1 font and metric file pair for testing purposes --- font.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'font.go') diff --git a/font.go b/font.go index cb6ecbb..102efa5 100644 --- a/font.go +++ b/font.go @@ -374,8 +374,10 @@ func makeDefinitionFile(fileStr, tpStr, encodingFileStr string, embed bool, encL // gofpdf generates. See the makefont utility in the gofpdf package for a // command line interface to this function. // -// fontFileStr is the name of the TrueType (or OpenType based on TrueType) or -// Type1 file from which to generate a definition file. +// fontFileStr is the name of the TrueType (or OpenType based on TrueType, +// extension .ttf) or binary Type1 file (extension .pfb) from which to generate +// a definition file. If a Type1 file is specified, a metric file with the same +// pathname except with the extension .afm must be present. // // encodingFileStr is the name of the encoding file that corresponds to the // font. -- cgit v1.2.1-24-ge1ad