C# 클래스 Tsukikage.WindowsUtil.FontBitmapLoader.Win32

파일 보기 프로젝트 열기: ttsuki/ttsuki

비공개 메소드들

메소드 설명
CreateCompatibleDC ( IntPtr hdc ) : IntPtr
CreateFont ( int nHeight, int nWidth, int nEscapement, int nOrientation, int fnWeight, int fdwItalic, int fdwUnderline, int fdwStrikeOut, int fdwCharSet, int fdwOutputPrecision, int fdwClipPrecision, int fdwQuality, int fdwPitchAndFamily, string lpszFace ) : IntPtr
DeleteDC ( IntPtr hdc ) : bool
DeleteObject ( IntPtr hgdiobj ) : IntPtr
GetGlyphOutline ( IntPtr hdc, uint uChar, uint uFormat, GLYPHMETRICS &lpgm, uint cbBuffer, byte lpvBuffer, [ lpmat2 ) : int
GetTextMetrics ( IntPtr hdc, TEXTMETRIC &lptm ) : IntPtr
SelectObject ( IntPtr hdc, IntPtr hgdiobj ) : IntPtr