setTextFontFiles Function

external fun setTextFontFiles(fontFiles: Iterable<File>)

Sets the fonts used for the hidden text layer.

These apply to the hidden text only, so the footer and the searchable text layer can carry two separate font sets.

Parameters

  • fontFiles — the font files to embed.

See also

Throws

Top