C# Class Tsukikage.WindowsUtil.FontBitmapLoader.Win32

Mostra file Open project: ttsuki/ttsuki

Private Methods

Method Description
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