summaryrefslogtreecommitdiff
path: root/fpdf.go
diff options
context:
space:
mode:
authorKurt <kurt.w.jung@gmail.com>2019-10-05 11:04:38 -0400
committerKurt <kurt.w.jung@gmail.com>2019-10-05 11:04:38 -0400
commiteeeab0b32e45c4544d2fe95ad76c07a1bf695aa2 (patch)
treee537bd447bf316bb47584dd2e97c1de21dbb5b98 /fpdf.go
parentd80478672f55f0cef48c01271a73f1d9508ee8b8 (diff)
parente318fd80c1330e11155bfaa5ff5cfb809454b021 (diff)
Merge branch 'ArtemKor-master'
Diffstat (limited to 'fpdf.go')
-rw-r--r--fpdf.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdf.go b/fpdf.go
index f5062cc..5486842 100644
--- a/fpdf.go
+++ b/fpdf.go
@@ -4033,7 +4033,7 @@ func (f *Fpdf) putfonts() {
fontName := "utf8" + font.Name
usedRunes := font.usedRunes
delete(usedRunes, 0)
- utf8FontStream := font.utf8File.GenerateСutFont(usedRunes)
+ utf8FontStream := font.utf8File.GenerateCutFont(usedRunes)
utf8FontSize := len(utf8FontStream)
compressedFontStream := sliceCompress(utf8FontStream)
CodeSignDictionary := font.utf8File.CodeSymbolDictionary