Skip to content

Commit

Permalink
add font
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiang-Red authored Oct 3, 2023
1 parent 820a678 commit 3d7e88e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions img/text/font.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,6 @@ const (
QiantuXiaotuFontFile = FontPath + "QiantuXiaotuTi.ttf"
// GNUUnifontFontFile GNU Unifont https://unifoundry.com/unifont/index.html
GNUUnifontFontFile = FontPath + "unifont-15.0.06.ttf"
// ArialFontFile ...
ArialFontFile = FontPath + "arial.ttf"
)

0 comments on commit 3d7e88e

Please sign in to comment.