From eb6ffda9fa974004b1c0b4883be3b7f24f4ffa24 Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Tue, 18 Sep 2018 08:06:12 +1000 Subject: [PATCH] added a comment --- pdf/creator/creator_test.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pdf/creator/creator_test.go b/pdf/creator/creator_test.go index 4f33c250..07fa0fc1 100644 --- a/pdf/creator/creator_test.go +++ b/pdf/creator/creator_test.go @@ -37,6 +37,10 @@ const testImageFile2 = "./testdata/signature.png" const testRobotoRegularTTFFile = "./testdata/roboto/Roboto-Regular.ttf" const testRobotoBoldTTFFile = "./testdata/roboto/Roboto-Bold.ttf" const testWts11TTFFile = "./testdata/wts11.ttf" + +// XXX: /tmp/2_p_multi.pdf which is created in this test gives an error message when opened in +// Adobe Reader: The font FreeSans contains bad Widths. +// This problem did not occur when I replaced FreeSans.ttf with LiberationSans-Regular.ttf const testFreeSansTTFFile = "./testdata/FreeSans.ttf" func TestTemplate1(t *testing.T) {