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

Struct CIDFontObj

cid_font_obj.go:10–13  ·  view source on GitHub ↗

CIDFontObj is a CID-keyed font. cf. https://www.adobe.com/content/dam/acom/en/devnet/font/pdfs/5014.CIDFont_Spec.pdf

Source from the content-addressed store, hash-verified

8// CIDFontObj is a CID-keyed font.
9// cf. https://www.adobe.com/content/dam/acom/en/devnet/font/pdfs/5014.CIDFont_Spec.pdf
10type CIDFontObj struct {
11 PtrToSubsetFontObj *SubsetFontObj
12 indexObjSubfontDescriptor int
13}
14
15func (ci *CIDFontObj) init(funcGetRoot func() *GoPdf) {
16}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected