コード例 #1
0
ファイル: cl_language.c プロジェクト: chrisglass/ufoai
/**
 * @brief Adjust game for new language: reregister fonts, etc.
 */
static void CL_NewLanguage (void)
{
	R_FontShutdown();
	R_FontInit();
	UI_InitFonts();
	R_FontSetTruncationMarker(_("..."));
}
コード例 #2
0
ファイル: ui_main.cpp プロジェクト: Ed-von-Schleck/ufoai
/**
 * Reinit input and font
 */
void UI_Reinit (void)
{
	UI_InitFonts();
	UI_ReleaseInput();
	UI_InvalidateMouse();
}