SecureBlackbox 2020 Python Edition

Questions / Feedback?

sig_auto_font_size Property

Enables default widget font sizes.

Syntax

def get_sig_auto_font_size() -> bool: ...
def set_sig_auto_font_size(value: bool) -> None: ...

sig_auto_font_size = property(get_sig_auto_font_size, set_sig_auto_font_size)

Default Value

TRUE

Remarks

Enables default widget font sizes.

The default font sizes are sig_title_font_size: 8.77, sig_timestamp_font_size: 4.89, sig_section_title_font_size: 7, and sig_section_text_font_size: 5. Switch AutoFontSize off and use the respective properties to provide custom font sizes.

The standard unit of the symbol size in the default user space is 1/72 inch.

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