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