MCPcopy Create free account
hub / github.com/LibPDF-js/core / getEmbeddedProgram

Method getEmbeddedProgram

src/fonts/cid-font.ts:145–147  ·  view source on GitHub ↗

* Get the embedded font program, if available.

()

Source from the content-addressed store, hash-verified

143 * Get the embedded font program, if available.
144 */
145 getEmbeddedProgram(): FontProgram | null {
146 return this.embeddedProgram;
147 }
148
149 /**
150 * Get width for a CID in glyph units (1000 = 1 em).

Callers 3

canUseForAppearanceMethod · 0.45
canEncodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected