Documentation
¶
Index ¶
Constants ¶
View Source
const ( // FontSize 字体大小 FontSize = 16 // OffsetY 文字+图像整体 Y轴偏移量 OffsetY = 1.0 // Padding 两边内边距 Padding = 2 // LineSpace 行间距, 最好为整数 LineSpace = 1 )
Variables ¶
View Source
var ( PlayerRowColor = &color.RGBA{R: 91, G: 94, B: 91, A: 168} BackgroundColor = &color.RGBA{R: 68, G: 71, B: 68, A: 128} )
Functions ¶
func GetPlayerList ¶
func GetPlayerList(request *model.PlayerListRequest) (image.Image, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.