diff options
Diffstat (limited to 'fpdf.go')
| -rw-r--r-- | fpdf.go | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -1543,7 +1543,7 @@ func (f *Fpdf) SetFontSize(size float64) {  // SetFontUnitSize defines the size of the current font. Size is specified in  // the unit of measure specified in New(). See also SetFontSize(). -func (f *Fpdf) SetFontSize(size float64) { +func (f *Fpdf) SetFontUnitSize(size float64) {  	if f.fontSize == size {  		return  	} | 
