MCPcopy Create free account
hub / github.com/ajkhoury/ReClassEx / CReClassExApp

Method CReClassExApp

ReClass/ReClassEx.cpp:54–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52END_MESSAGE_MAP( )
53
54CReClassExApp::CReClassExApp( )
55{
56 TCHAR AppId[256] = { 0 };
57
58 LoadString( NULL, AFX_IDS_APP_ID, AppId, 256 );
59 SetAppID( AppId );
60
61 m_bHiColorIcons = TRUE;
62 m_dwRestartManagerSupportFlags = AFX_RESTART_MANAGER_SUPPORT_RESTART;
63
64 g_FontWidth = FONT_DEFAULT_WIDTH;
65 g_FontHeight = FONT_DEFAULT_HEIGHT;
66
67}
68
69void CReClassExApp::ResizeMemoryFont( int font_width, int font_height )
70{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected