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

Method AppendStreamSetLineType

content_obj.go:308–312  ·  view source on GitHub ↗

AppendStreamSetLineType : Set linetype [solid, dashed, dotted]

(t string)

Source from the content-addressed store, hash-verified

306
307// AppendStreamSetLineType : Set linetype [solid, dashed, dotted]
308func (c *ContentObj) AppendStreamSetLineType(t string) {
309 var cache cacheContentLineType
310 cache.lineType = t
311 c.listCache.append(&cache)
312}
313
314// AppendStreamSetCustomLineType : set a custom line type
315func (c *ContentObj) AppendStreamSetCustomLineType(a []float64, p float64) {

Callers 1

SetLineTypeMethod · 0.80

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected