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

Struct EncodingObj

encoding_obj.go:8–10  ·  view source on GitHub ↗

EncodingObj is a font object.

Source from the content-addressed store, hash-verified

6
7// EncodingObj is a font object.
8type EncodingObj struct {
9 font IFont
10}
11
12func (e *EncodingObj) init(funcGetRoot func() *GoPdf) {
13

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected