SecureBlackbox 2020 Python Edition

Questions / Feedback?

sig_simple_font_name Property

Specifies the Type 1 font name for the signature text.

Syntax

def get_sig_simple_font_name() -> str: ...
def set_sig_simple_font_name(value: str) -> None: ...

sig_simple_font_name = property(get_sig_simple_font_name, set_sig_simple_font_name)

Default Value

""

Remarks

Specifies the Type 1 font name for the signature text.

PDF format supports 14 standard fonts, specifically: "Times-Roman", "Helvetica", "Courier", "Symbol", "Times-Bold", "Helvetica-Bold", "Courier-Bold", "ZapfDingbats", "Times-Italic", "Helvetica-Oblique", "Courier-Oblique", "Times-BoldItalic", "Helvetica-BoldOblique", "Courier-BoldOblique".

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Python Edition - Version 20.0 [Build 8154]