Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is a semantic version Version string )
Functions ¶
func FindFontFiles ¶
func FindFontFiles() []string
FindFontFiles returns a list of all font files (otf,ttf)
Types ¶
type XTSConfig ¶
type XTSConfig struct {
Layoutfile io.ReadCloser
Datafile io.ReadCloser
Outfile io.WriteCloser
OutFilename string
FindFile func(string) (string, error)
DumpFile io.Writer
}
XTSConfig is the configuration file for PDF generation.
Click to show internal directories.
Click to hide internal directories.