support language font in partition Configuration Dialog

This commit is contained in:
longpanda 2020-07-17 17:53:58 +08:00
parent a8b2fdccc7
commit e08e6705cf
5 changed files with 2 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -165,6 +165,8 @@ extern PHY_DRIVE_INFO *g_PhyDriveList;
extern DWORD g_PhyDriveCount; extern DWORD g_PhyDriveCount;
extern int g_ForceOperation; extern int g_ForceOperation;
extern HWND g_ProgressBarHwnd; extern HWND g_ProgressBarHwnd;
extern HFONT g_language_normal_font;
extern HFONT g_language_bold_font;
void Log(const char *Fmt, ...); void Log(const char *Fmt, ...);
BOOL IsPathExist(BOOL Dir, const char *Fmt, ...); BOOL IsPathExist(BOOL Dir, const char *Fmt, ...);

Binary file not shown.