Compare commits
No commits in common. "5e17ed3890e4416fbe3c4e8ef43e7dc00ba70483" and "943a3f58b7377d4f3d261ed50574493e9d52cc77" have entirely different histories.
5e17ed3890
...
943a3f58b7
@ -68,7 +68,7 @@ func InsertSignatureV2(templatePath, outputPath string, price float32, expiratio
|
|||||||
sixPage := 6
|
sixPage := 6
|
||||||
tenPage := 10
|
tenPage := 10
|
||||||
|
|
||||||
tffErr := pdf.AddTTFFont("simfang", "./data/simfang.ttf")
|
tffErr := pdf.AddTTFFont("simfang", "E:\\PersonalCode\\TestTheAvailabilityOfGpt\\111\\simfang.ttf")
|
||||||
if tffErr != nil {
|
if tffErr != nil {
|
||||||
fmt.Printf("加载中文字体失败: %v\n", tffErr)
|
fmt.Printf("加载中文字体失败: %v\n", tffErr)
|
||||||
log.Fatalf("加载中文字体失败: %v", tffErr)
|
log.Fatalf("加载中文字体失败: %v", tffErr)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user