- JavaScript/브라우저 체크, 익스플로러 버전 체크 . . . . 1 match
Mozilla/4.0 (compatible; '''MSIE 7.0'''; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
mozilla/5.0 (windows nt 6.1; wow64; trident/7.0; slcc2; .net clr 2.0.50727; .net clr 3.5.30729; .net clr 3.0.30729; media center pc 6.0; .net4.0c; infopath.3; .net4.0e; '''rv:11.0''') like gecko
- Windows2003Tips/MSN설치 . . . . 1 match
Describe Windows2003Tips/MSN설치 here 2008-03-09 23:36:52
한 줄 요약 -> {{{#crimson Windows Live Messenger 8.1.0178 버전을 설치한다. }}} (이 버전만은 설치가 가능하다)
Windows Live Messenger 8.1.0178 Korean
Mess Patch for Windows Live Messenger 8.1.0178
제어판-프로그램 추가/제거-windows 구성요소 추가/제거-Internet Exporer 보안강화구성- 이걸 클릭후에 체크해제하고 밑에 자세히를 클릭해서 엽니다. 그럼 안에 관리자구성과 기타사용자그룹 이렇게 두개가 보이는데 체크 해제를 합니다. 그런 다음에 확인하고 나서 다음을 클릭하면 됩니다. 그러면 잠시 작업후에 비활성화되는데 인터넷옵션 보안에는 보통으로 표시됩니다..
- irc logs/2002-2010 . . . . 1 match
[20:33] <02Mat> 14⇒OS : Windows Vista™ Home Premium K SP1 14⇒ 설치일 : 2009-07-29일14 ⇒ 9주 3일 14⇒ 업타임 : 1주 2일 21시간 51분
[20:41] <04hyacinth> 14⇒OS : Windows Vista™ Ultimate K SP2 14⇒ 설치일 : 2008-08-15일14 ⇒ 59주 1일 14⇒ 업타임 : 4시간 36분
[16:44] <04hyacinth> http://winnwe.com/windowsxp/perma/828/ 이런게 있네요
- omr1/402 . . . . 1 match
#include <windows.h>
- omr1/403/01 . . . . 1 match
#include <windows.h>
- omr1/5/002/081120 . . . . 1 match
#include <windows.h>
- omr1/5/002/081127 . . . . 1 match
#include <windows.h>
- 윈도우 기본 프로세스 정보 . . . . 1 match
사용자 로그온과 로그오프를 관리하는 프로세스. Ctrl+Alt+Del을 누를 때 활성화 되는 GINA(Windows 2000, 2003 and XP) 혹은 Credential Providers(Vista, Win 7, Windows 2008 and Remote Desktop Gateway).
== Windows 2000/XP/Vista/7 Default Processes ==
http://www.stevestechresource.com/str/instructional/windows_processes_default.html
- 유니코드에 대해 . . . . 1 match
Windows Vista >= only
https://msdn.microsoft.com/en-us/library/windows/desktop/dd319093(v=vs.85).aspx
- 자료구조/집합 . . . . 1 match
#include <windows.h>
- 프로그램의 텍스트 출력 방법들 . . . . 1 match
가장 전통적인 Windows 텍스트 출력 방식이다. `TextOut`, `DrawText` 같은 GDI 함수를 사용하여 디바이스 컨텍스트(DC)에 텍스트를 그린다. 폰트 제어에는 주로 두 가지 구조체가 활용된다.
## 2. DirectWrite (Windows 현대 텍스트 API)
DirectWrite는 Windows 7부터 도입된 현대적인 텍스트 레이아웃·렌더링 API로, GDI/GDI+와 Uniscribe를 대체하기 위해 설계되었다. Direct2D와 연동하면 GPU 하드웨어 가속을 활용한 텍스트 렌더링이 가능하다.
- **컬러 폰트 지원**: Windows 8.1부터 이모지 등 컬러 폰트를 지원한다.
Windows App SDK에 포함된 DWriteCore는 DirectWrite를 Windows 8 이상에서 사용할 수 있도록 시스템으로부터 분리한 구현이다. 크로스플랫폼 활용 가능성도 열려 있다.
> **참고**: 2024년 기준 주요 OpenType 구현체는 세 가지로 정리된다. Windows의 DirectWrite, Apple의 CoreText, 그리고 오픈소스 진영의 FreeType + HarfBuzz 조합이다.
| **플랫폼** | Windows 전용 | Windows (DWriteCore로 크로스플랫폼 시도 중) | 크로스플랫폼 | 크로스플랫폼 |
| **주요 사용처** | 레거시 Win32 앱 | 현대 Windows 앱 | 게임 엔진, 임베디드 | GNOME/GTK 앱 |
- [DirectWrite 소개 (Microsoft Docs)](https://learn.microsoft.com/en-us/windows/win32/directwrite/introducing-directwrite)
Found 26 matching pages out of 1230 total pages
You can also click here to search title.