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

Method registerFontInFormResources

src/api/pdf-form.ts:1150–1152  ·  view source on GitHub ↗

* Register an embedded font in the form's default resources.

(font: EmbeddedFont)

Source from the content-addressed store, hash-verified

1148 * Register an embedded font in the form's default resources.
1149 */
1150 private registerFontInFormResources(font: EmbeddedFont): void {
1151 this._acroForm.addFontToResources(font.ref);
1152 }
1153
1154 /**
1155 * Store field styling metadata for appearance generation.

Callers 3

createTextFieldMethod · 0.95
createDropdownMethod · 0.95
createListboxMethod · 0.95

Calls 1

addFontToResourcesMethod · 0.80

Tested by

no test coverage detected