Method |
Description |
|
AddFontResourceEx ( [ lpszFilename, uint fl, int pdv ) : int |
|
|
CreateFontIndirect ( [ lplf ) : IntPtr |
|
|
DeleteDC ( IntPtr hdc ) : bool |
|
|
DeleteObject ( IntPtr hgdiobj ) : IntPtr |
|
|
EnumFontFamilies ( IntPtr hdc, [ lpszFamily, FontEnumDelegate lpEnumFontFamProc, int lParam ) : int |
|
|
EnumFontFamiliesEx ( IntPtr hdc, [ lplf, FontEnumDelegate lpEnumFontFamProc, int lParam, int dwFlags ) : int |
|
|
GetCurrentObject ( IntPtr hdc, GdiDcObject uObjectType ) : IntPtr |
|
|
GetDC ( IntPtr hWnd ) : IntPtr |
|
|
GetFontData ( IntPtr hdc, uint dwTable, uint dwOffset, [ lpvBuffer, uint cbData ) : uint |
|
|
GetFontUnicodeRanges ( IntPtr hdc, [ lpgs ) : uint |
|
|
GetGlyphIndices ( IntPtr hdc, string lpstr, int c, [ pgi, uint fl ) : uint |
|
|
GetTextFace ( IntPtr hdc, int nCount, [ lpFaceName ) : int |
|
|
ReleaseDC ( IntPtr hWnd, IntPtr hDC ) : bool |
|
|
RemoveFontResourceEx ( [ lpFileName, uint fl, int pdv ) : bool |
|
|
SelectObject ( IntPtr hdc, IntPtr hgdiobj ) : IntPtr |
|
|