diff options
| author | Kurt <kurt.w.jung@gmail.com> | 2016-07-30 17:03:27 -0400 | 
|---|---|---|
| committer | Kurt <kurt.w.jung@gmail.com> | 2016-07-30 17:03:27 -0400 | 
| commit | bacfc4e66073d77419f5e8f561f7939a9fa0d668 (patch) | |
| tree | d7764ced86e162fe99d0694d01734b9cb32ee5df | |
| parent | adcaebf957268ca694a22b1d8002e901ce915549 (diff) | |
Fix lint violation in documentation
| -rw-r--r-- | fpdf.go | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -1405,8 +1405,8 @@ func (f *Fpdf) AddFont(familyStr, styleStr, fileStr string) {  	f.AddFontFromReader(familyStr, styleStr, file)  } -// AddFont imports a TrueType, OpenType or Type1 font and makes it available -// for use in the generated document. +// AddFontFronBytes imports a TrueType, OpenType or Type1 font and makes it +// available for use in the generated document.  //  // family specifies the font family. The name can be chosen arbitrarily. If it  // is a standard family name, it will override the corresponding font. This | 
