Searched refs:send_to_font_edit_dialog (Results 1 – 1 of 1) sorted by relevance
/GUIX-v6.4.1/test/guix_studio_test/test_view/ |
D | test_utils.py | 2064 def send_to_font_edit_dialog(cmd, param): function 2077 send_to_font_edit_dialog('CMD_SET_FONT_PATH', font_path) 2082 send_to_font_edit_dialog('CMD_SET_FONT_NAME', font_name) 2087 send_to_font_edit_dialog('CMD_SET_FONT_FORMAT', font_formats[format]) 2092 send_to_font_edit_dialog('CMD_SET_FONT_HEIGHT', str(height)) 2104 send_to_font_edit_dialog('CMD_SET_FONT_COMPRESSION', compress) 2108 send_to_font_edit_dialog('CMD_SET_FONT_GENERATE_KERNING', kerning) 2119 send_to_font_edit_dialog('CMD_SET_PAGE_RANGE', param) 2124 send_to_font_edit_dialog('CMD_CHECK_EXTENDED_UNICODE', check) 2128 send_to_font_edit_dialog('CMD_CHECK_CUSTOM_OUTPUT', check) [all …]
|