Text
在图像中插入文字。
参数
参数名
类型
说明
label
string
文字内容
x
int
插入文字的左上角坐标的 x 轴
y
int
插入文字的左上角坐标的 y 轴
fontPath
string
字体文件路径
fontColor
color.Color
文字颜色
fontSize
float64
文字大小
dpi
float64
文字 DPI
返回值
*imgo.Image
类型的实例。
例子
最后更新于
在图像中插入文字。
label
string
文字内容
x
int
插入文字的左上角坐标的 x 轴
y
int
插入文字的左上角坐标的 y 轴
fontPath
string
字体文件路径
fontColor
color.Color
文字颜色
fontSize
float64
文字大小
dpi
float64
文字 DPI
*imgo.Image
类型的实例。
最后更新于