Documentation ¶
Index ¶
- type DrawerOptions
- type ElementDrawer
- func NewBarcode128Drawer() *ElementDrawer
- func NewBarcodeAztecDrawer() *ElementDrawer
- func NewBarcodePdf417Drawer() *ElementDrawer
- func NewGraphicBoxDrawer() *ElementDrawer
- func NewGraphicCircleDrawer() *ElementDrawer
- func NewGraphicFieldDrawer() *ElementDrawer
- func NewMaxicodeDrawer() *ElementDrawer
- func NewTextFieldDrawer() *ElementDrawer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DrawerOptions ¶
func (DrawerOptions) WithDefaults ¶
func (d DrawerOptions) WithDefaults() DrawerOptions
type ElementDrawer ¶
type ElementDrawer struct {
Draw func(gCtx *gg.Context, element interface{}, options DrawerOptions) error
}
func NewBarcode128Drawer ¶
func NewBarcode128Drawer() *ElementDrawer
func NewBarcodeAztecDrawer ¶ added in v1.1.0
func NewBarcodeAztecDrawer() *ElementDrawer
func NewBarcodePdf417Drawer ¶
func NewBarcodePdf417Drawer() *ElementDrawer
func NewGraphicBoxDrawer ¶
func NewGraphicBoxDrawer() *ElementDrawer
func NewGraphicCircleDrawer ¶
func NewGraphicCircleDrawer() *ElementDrawer
func NewGraphicFieldDrawer ¶
func NewGraphicFieldDrawer() *ElementDrawer
func NewMaxicodeDrawer ¶
func NewMaxicodeDrawer() *ElementDrawer
func NewTextFieldDrawer ¶
func NewTextFieldDrawer() *ElementDrawer
Click to show internal directories.
Click to hide internal directories.