fonts property

List<String>? fonts
final

Fonts offered for typed signatures (iOS and Web).

On Web, each name must match a font available to the page (declare custom fonts via a style sheet @font-face rule).

Implementation

final List<String>? fonts;