http://www.codeproject.com/gdi/fontfile.asp

이거 못찾았으면 무식하게 폰트 파일 다 열어보는 코드를 만들뻔 했다-ㅅ-;
요새는 정말 구글신 없이는 못살겠다;

덤으로 fonts폴더 경로명 가져오기
 TCHAR szFontPath[_MAX_PATH];
 if( SHGetFolderPath( NULL, CSIDL_FONTS, NULL, SHGFP_TYPE_CURRENT, szFontPath ) == E_FAIL )
  return false;

'자료 > Article' 카테고리의 다른 글

레드마인 visual svn  (0) 2017.01.03
mysql batch job  (0) 2016.07.08
Design and Implementation of a Win32 Text Editor  (0) 2007.06.12
Utilities for STL std::string  (1) 2007.03.27
/ENTRY(진입점 기호)  (2) 2007.03.01

+ Recent posts