Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateImage ¶
func GenerateImage(opt *ContentOptions, w, h int, outputFilename string) error
func IsValidFont ¶
Types ¶
type ContentOptions ¶
type ContentOptions struct {
// Author information
Instance string
Username string
// Write.as-only option
IsSubdomain bool // UNIMPLEMENTED
// Content
UserFont string
Content string
}
func NewContentOptions ¶
func NewContentOptions(instance, username string, isSubdomain bool, font, content string) *ContentOptions
Click to show internal directories.
Click to hide internal directories.