Configuration

retrofont.config.get_config_file()

Get the location of the configuration file in use.

Return type:

str

Returns:

Location of the configuration file.

retrofont.config.read_config()

Read the content of the configuration file.

Return type:

dict

Returns:

Configuration.

retrofont.config.select_system_config(systems, name)

Select a configured system.

Parameters:

name (str) – System name.

Return type:

dict

Returns:

System configuraion.