summaryrefslogtreecommitdiff
path: root/doc.go
diff options
context:
space:
mode:
authorKurt Jung <kurt.w.jung@code.google.com>2014-04-12 08:20:52 -0400
committerKurt Jung <kurt.w.jung@code.google.com>2014-04-12 08:20:52 -0400
commit8db660217be19062ca07e99cfa8a97affa86c49c (patch)
tree04247e6d59e378870a5857f6b6df52c58844ee7b /doc.go
parent42ed8341d7cbd968acba5bab98b04302844c3e60 (diff)
Documentation tweaks
Diffstat (limited to 'doc.go')
-rw-r--r--doc.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc.go b/doc.go
index 2c1ce71..a3ef6ff 100644
--- a/doc.go
+++ b/doc.go
@@ -60,8 +60,9 @@ adapted from Olivier Plathey by Manuel Cornes. Support for transformations is
adapted from the FPDF transformation script by Moritz Wagner and Andreas
Würmser. Lawrence Kesteloot provided code to allow an image's extent to be
determined prior to placement. Support for vertical alignment within a cell was
-provided by Stefan Schroeder. Bruno Michel has provided valuable assistance
-with the code.
+provided by Stefan Schroeder. Ivan Daniluk generalized the font and image
+loading code to use the Reader interface while maintaining backward
+compatibility. Bruno Michel has provided valuable assistance with the code.
The FPDF website is http://www.fpdf.org/.