Documentation ¶
Overview ¶
Package txt2img 文字转图片
Index ¶
Constants ¶
View Source
const ( // FontPath 通用字体路径 FontPath = "data/Font/" // FontFile 苹方字体 FontFile = FontPath + "regular.ttf" // BoldFontFile 粗体苹方字体 BoldFontFile = FontPath + "regular-bold.ttf" )
Variables ¶
This section is empty.
Functions ¶
func CanvasToBase64 ¶
CanvasToBase64 gg内容转为base64
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.