MCPcopy
hub / github.com/signintech/gopdf / Start

Method Start

gopdf.go:871–875  ·  view source on GitHub ↗

Start : init gopdf

(config Config)

Source from the content-addressed store, hash-verified

869
870// Start : init gopdf
871func (gp *GoPdf) Start(config Config) {
872
873 gp.start(config)
874
875}
876
877func (gp *GoPdf) StartWithImporter(config Config, importer *gofpdi.Importer) {
878

Callers 15

TestTableFunction · 0.95
TestTableCenterFunction · 0.95
TestTableWithStyledRowsFunction · 0.95
BenchmarkAddTTFFontDataFunction · 0.95
TestWhiteTransparentFunction · 0.95
TestRectangleFunction · 0.95
TestWhiteTransparent195Function · 0.95
TestClearValueFunction · 0.95
TestTextColorFunction · 0.95

Calls 1

startMethod · 0.95

Tested by 15

TestTableFunction · 0.76
TestTableCenterFunction · 0.76
TestTableWithStyledRowsFunction · 0.76
BenchmarkAddTTFFontDataFunction · 0.76
TestWhiteTransparentFunction · 0.76
TestRectangleFunction · 0.76
TestWhiteTransparent195Function · 0.76
TestClearValueFunction · 0.76
TestTextColorFunction · 0.76