Skip to main content

Filter: gk/gravityexport/pdf/font-family

Dynamic Hook Name

This hook supports dynamic naming with the following modifiers:

  1. $form_id

Example hook names:

  • gk/gravityexport/pdf/font-family (base hook)
  • gk/gravityexport/pdf/font-family_1 (with first modifier value)

Modify the PDF font family.

Parameters

NameTypeDescription
$font_familystringThe font family name, formatted as a CSS font family. Default: 'sans-serif'.

Since

Source

Defined in add-ons/pdf-renderer/src/Plugin.php at line 569