Merge remote-tracking branch 'cnjinhao/hotfix-1.7.1' into develop

This commit is contained in:
qPCR4vir
2019-06-12 10:16:39 +02:00
8 changed files with 519 additions and 27 deletions

View File

@@ -183,6 +183,13 @@ namespace API
};
}//end namespace detail
///Sets languages
/**
* Specifies the languages in order to make the program display multi-languages correctly
* Under Windows, the pragram can display multi-languages correctly, so this function is useless for Windows.
*/
void font_languages(const std::string& langs);
void exit(); ///< close all windows in current thread
void exit_all(); ///< close all windows