Documentation ¶
Index ¶
- Constants
- Variables
- func InitializeFont() error
- func MakeBarCode(codeString string, barcodeType string) (image.Image, error)
- func MakeBarCodeFile(codeString string, fileName string, barcodeType string) (error, bool)
- func MakeBarCodeWithString(codeString string, barcodeType string, paddingLeft int, paddingBottom int, ...) (image.Image, error)
- func MakeMMSBarCodeFile(codeString string, fileName string, defaultImage image.Image, ...) (error, bool)
- func MakeQR(url string, size int) image.Image
Constants ¶
View Source
const ( ImageHeight = 240 DefaultMMSWidth = 640 )
Variables ¶
View Source
var ( FontName = "luxisr.ttf" Font *truetype.Font )
Functions ¶
func MakeBarCodeFile ¶
func MakeBarCodeWithString ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.