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