Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fix-font' into fix-font
Browse files Browse the repository at this point in the history
  • Loading branch information
guoqiang committed Dec 23, 2024
2 parents 756e3d2 + 46d8f2a commit a779052
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/main/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ func main() {

para2 := w.AddParagraph().Justification("end")
para2.AddText("test all font attrs").
Size("44").Color("ff0000").Font("Consolas", "", "", "cs").
Size("44").Color("ff0000").
Font("Consolas", "", "", "cs").
Shade("clear", "auto", "E7E6E6").
Bold().Italic().Underline("wave").
Highlight("yellow")
Expand Down

0 comments on commit a779052

Please sign in to comment.