Tags
- 좋은 개발자
- Android
- c#
- Front-end developer
- Interaction developer
- postman collection
- Unity
- Android/iOS Developer
- C++
- 우수한 프런트 개발자
- postman csv
- UI/UX Engineer
- solidity
- postman session
- postman tests
- 다빈치 리졸브
- Intellij
- postman
- web developer
- 프런트엔드
- postman excel
- MFC
- postman html parse
- postman collection variables
- emplace_back
- postman pre-request
- postman automations
- Java
- LSL_Script
- oracle
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Archives
- Today
- Total
목록CClientDC (1)
david's daily developer note
[Native] CFONT
1. CFont CFont 클래스는 MFC에서제공하는 GDI 오브젝트 중 하나로 화면에 그리는 텍스트의 글꼴을 설정할 때 사용 CFont 폰트 스타일을 지정하는 과정은 다음과 같다 1. DC 얻기 2. CFont 선언 3. 폰트 생성 4. DC에 CFontObject 설정 5. 텍스트 그리기 6. CFont Object 제거 위의 과정의 코드는 다음과 같습니다. 1. DC 얻기 CClientDC cClientDC(this); 2. CFont 선언 CFont cFont CString strTitle = _T("CFont 예제"); 3. 폰트생성 cFont.CreateFont (20, // 글자높이 10, // 글자너비 0, // 출력각도 0, // 기준 선에서의각도 FW_HEAVY, // 글자굵기 FALS..
[Develop] Native/Native
2012. 4. 12. 11:24