*List Control 에서 Font 설정하는 방법* LOGFONT logFont; memset(&logFont, 0, sizeof(LOGFONT)); logFont.lfHeight = -13,200; l..