GRV11.GR Class Reference

List of all members.

Public Member Functions

static IntPtr User32_GetDC (IntPtr hwnd)
static IntPtr OpenGL32_wglGetProcAddress ([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.LPStr)] String functionName)
static IntPtr OpenGL32_wglCreateContext (IntPtr hdc)
static int OpenGL32_wglDeleteContext (IntPtr hglrc)
static int OpenGL32_wglMakeCurrent (IntPtr hdc, IntPtr hglrc)
static int OpenGL32_wglSwapBuffers (IntPtr hdc)
static int GDI32_ChoosePixelFormat (IntPtr hdc, ref PIXELFORMATDESCRIPTOR pfd)
static int GDI32_SetPixelFormat (IntPtr hdc, int pixelFormat, ref PIXELFORMATDESCRIPTOR pfd)
static IntPtr GDI32_CreateDIBitmap (IntPtr hdc, ref BITMAPINFOHEADER lpbmih, int fdwInit, byte[] dataInit, ref BITMAPINFO lpbmi, int fuUsage)
static IntPtr GDI32_CreateDIBSection (IntPtr hdc, ref BITMAPINFO lpbmi, int iUsage, byte[] dataBits, IntPtr hSection, int dwOffset)
static int GDI32_DeleteObject (IntPtr hobject)
static IntPtr GDI32_SelectObject (IntPtr hdc, IntPtr hgdiobj)
static IntPtr GDI32_GetStockObject (int fnObject)
static IntPtr GDI32_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,[System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.LPStr)] String lpszFace)
static IntPtr Kernel32_LoadLibrary ([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.LPStr)] String s)
static IntPtr Kernel32_GetProcAddress (IntPtr hmodule,[System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.LPStr)] String s)
 GR ()
void BuildFunctionListAssumingGLRCIsCurrent ()
Delegate GetDelegate (String functionName, Type delegateType, ref bool foundFunction)
void SupportInitializeOpenGL (IntPtr hwnd, ref IntPtr hdc, ref IntPtr hglrc)
static IntPtr User32_GetDC (IntPtr hwnd)
static IntPtr OpenGL32_wglGetProcAddress ([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.LPStr)] String functionName)
static IntPtr OpenGL32_wglCreateContext (IntPtr hdc)
static int OpenGL32_wglDeleteContext (IntPtr hglrc)
static int OpenGL32_wglMakeCurrent (IntPtr hdc, IntPtr hglrc)
static int OpenGL32_wglSwapBuffers (IntPtr hdc)
static int GDI32_ChoosePixelFormat (IntPtr hdc, ref PIXELFORMATDESCRIPTOR pfd)
static int GDI32_SetPixelFormat (IntPtr hdc, int pixelFormat, ref PIXELFORMATDESCRIPTOR pfd)
static IntPtr GDI32_CreateDIBitmap (IntPtr hdc, ref BITMAPINFOHEADER lpbmih, int fdwInit, byte[] dataInit, ref BITMAPINFO lpbmi, int fuUsage)
static IntPtr GDI32_CreateDIBSection (IntPtr hdc, ref BITMAPINFO lpbmi, int iUsage, byte[] dataBits, IntPtr hSection, int dwOffset)
static int GDI32_DeleteObject (IntPtr hobject)
static IntPtr GDI32_SelectObject (IntPtr hdc, IntPtr hgdiobj)
static IntPtr GDI32_GetStockObject (int fnObject)
static IntPtr GDI32_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,[System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.LPStr)] String lpszFace)
static IntPtr Kernel32_LoadLibrary ([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.LPStr)] String s)
static IntPtr Kernel32_GetProcAddress (IntPtr hmodule,[System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.LPStr)] String s)
 GR ()
void BuildFunctionListAssumingGLRCIsCurrent ()
Delegate GetDelegate (String functionName, Type delegateType, ref bool foundFunction)
void SupportInitializeOpenGL (IntPtr hwnd, ref IntPtr hdc, ref IntPtr hglrc)

Public Attributes

const int WHITE_BRUSH = 0
const int LTGRAY_BRUSH = 1
const int GRAY_BRUSH = 2
const int DKGRAY_BRUSH = 3
const int BLACK_BRUSH = 4
const int NULL_BRUSH = 5
const int HOLLOW_BRUSH = NULL_BRUSH
const int WHITE_PEN = 6
const int BLACK_PEN = 7
const int NULL_PEN = 8
const int OEM_FIXED_FONT = 10
const int ANSI_FIXED_FONT = 11
const int ANSI_VAR_FONT = 12
const int SYSTEM_FONT = 13
const int DEVICE_DEFAULT_FONT = 14
const int DEFAULT_PALETTE = 15
const int SYSTEM_FIXED_FONT = 16
const int PFD_TYPE_RGBA = 0
const int PFD_TYPE_COLORINDEX = 1
const int PFD_MAIN_PLANE = 0
const int PFD_OVERLAY_PLANE = 1
const int PFD_UNDERLAY_PLANE = 0xff
const int PFD_DOUBLEBUFFER = 0x00000001
const int PFD_STEREO = 0x00000002
const int PFD_DRAW_TO_WINDOW = 0x00000004
const int PFD_DRAW_TO_BITMAP = 0x00000008
const int PFD_SUPPORT_GDI = 0x00000010
const int PFD_SUPPORT_OPENGL = 0x00000020
const int PFD_GENERIC_FORMAT = 0x00000040
const int PFD_NEED_PALETTE = 0x00000080
const int PFD_NEED_SYSTEM_PALETTE = 0x00000100
const int PFD_SWAP_EXCHANGE = 0x00000200
const int PFD_SWAP_COPY = 0x00000400
const int PFD_SWAP_LAYER_BUFFERS = 0x00000800
const int PFD_GENERIC_ACCELERATED = 0x00001000
const int PFD_SUPPORT_DIRECTDRAW = 0x00002000
const int PFD_DEPTH_DONTCARE = 0x20000000
const int PFD_DOUBLEBUFFER_DONTCARE = 0x40000000
const int PFD_STEREO_DONTCARE = unchecked((int)0x80000000)
const int FW_DONTCARE = 0
const int FW_THIN = 100
const int FW_EXTRALIGHT = 200
const int FW_ULTRALIGHT = 200
const int FW_LIGHT = 300
const int FW_NORMAL = 400
const int FW_REGULAR = 400
const int FW_MEDIUM = 500
const int FW_SEMIBOLD = 600
const int FW_DEMIBOLD = 600
const int FW_BOLD = 700
const int FW_EXTRABOLD = 800
const int FW_ULTRABOLD = 800
const int FW_HEAVY = 900
const int FW_BLACK = 900
const int FF_DONTCARE = (0 << 4)
const int FF_ROMAN = (1 << 4)
const int FF_SWISS = (2 << 4)
const int FF_MODERN = (3 << 4)
const int FF_SCRIPT = (4 << 4)
const int FF_DECORATIVE = (5 << 4)
const int OUT_DEFAULT_PRECIS = 0
const int OUT_STRING_PRECIS = 1
const int OUT_CHARACTER_PRECIS = 2
const int OUT_STROKE_PRECIS = 3
const int OUT_TT_PRECIS = 4
const int OUT_DEVICE_PRECIS = 5
const int OUT_RASTER_PRECIS = 6
const int OUT_TT_ONLY_PRECIS = 7
const int OUT_OUTLINE_PRECIS = 8
const int OUT_SCREEN_OUTLINE_PRECIS = 9
const int CLIP_DEFAULT_PRECIS = 0
const int CLIP_CHARACTER_PRECIS = 1
const int CLIP_STROKE_PRECIS = 2
const int CLIP_MASK = 0xf
const int CLIP_LH_ANGLES = (1 << 4)
const int CLIP_TT_ALWAYS = (2 << 4)
const int CLIP_EMBEDDED = (8 << 4)
const int DEFAULT_QUALITY = 0
const int DRAFT_QUALITY = 1
const int PROOF_QUALITY = 2
const int NONANTIALIASED_QUALITY = 3
const int ANTIALIASED_QUALITY = 4
const int DEFAULT_PITCH = 0
const int FIXED_PITCH = 1
const int VARIABLE_PITCH = 2
const int MONO_FONT = 8
const int ANSI_CHARSET = 0
const int DEFAULT_CHARSET = 1
const int SYMBOL_CHARSET = 2
const int SHIFTJIS_CHARSET = 128
const int HANGEUL_CHARSET = 129
const int HANGUL_CHARSET = 129
const int GB2312_CHARSET = 134
const int CHINESEBIG5_CHARSET = 136
const int OEM_CHARSET = 255
const int JOHAB_CHARSET = 130
const int HEBREW_CHARSET = 177
const int ARABIC_CHARSET = 178
const int GREEK_CHARSET = 161
const int TURKISH_CHARSET = 162
const int VIETNAMESE_CHARSET = 163
const int THAI_CHARSET = 222
const int EASTEUROPE_CHARSET = 238
const int RUSSIAN_CHARSET = 204
const int MAC_CHARSET = 77
const int BALTIC_CHARSET = 186
const int FS_LATIN1 = 0x00000001
const int FS_LATIN2 = 0x00000002
const int FS_CYRILLIC = 0x00000004
const int FS_GREEK = 0x00000008
const int FS_TURKISH = 0x00000010
const int FS_HEBREW = 0x00000020
const int FS_ARABIC = 0x00000040
const int FS_BALTIC = 0x00000080
const int FS_VIETNAMESE = 0x00000100
const int FS_THAI = 0x00010000
const int FS_JISJAPAN = 0x00020000
const int FS_CHINESESIMP = 0x00040000
const int FS_WANSUNG = 0x00080000
const int FS_CHINESETRAD = 0x00100000
const int FS_JOHAB = 0x00200000
const int FS_SYMBOL = unchecked((int)0x80000000)

Private Member Functions

void Initialize ()
void Initialize ()

Private Attributes

IntPtr mhModuleGL
IntPtr mhModuleGLU
IntPtr mhModuleGDI

Classes

struct  BITMAPINFO
struct  BITMAPINFOHEADER
struct  GLYPHMETRICSFLOAT
struct  LAYERPLANEDESCRIPTOR
struct  PIXELFORMATDESCRIPTOR
struct  POINTFLOAT
struct  RGBQUAD
struct  WGLSWAP


Detailed Description

Definition at line 1825 of file GRV11.cs.


Constructor & Destructor Documentation

GRV11.GR.GR (  ) 

Definition at line 2383 of file GRV11.cs.

References GRV11.GR.Initialize().

GRV11.GR.GR (  ) 

Definition at line 2383 of file GRV11.cs.

References GRV11.GR.Initialize().


Member Function Documentation

static IntPtr GRV11.GR.User32_GetDC ( IntPtr  hwnd  ) 

static IntPtr GRV11.GR.OpenGL32_wglGetProcAddress ( [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.LPStr)] String  functionName  ) 

static IntPtr GRV11.GR.OpenGL32_wglCreateContext ( IntPtr  hdc  ) 

static int GRV11.GR.OpenGL32_wglDeleteContext ( IntPtr  hglrc  ) 

static int GRV11.GR.OpenGL32_wglMakeCurrent ( IntPtr  hdc,
IntPtr  hglrc 
)

static int GRV11.GR.OpenGL32_wglSwapBuffers ( IntPtr  hdc  ) 

static int GRV11.GR.GDI32_ChoosePixelFormat ( IntPtr  hdc,
ref PIXELFORMATDESCRIPTOR  pfd 
)

static int GRV11.GR.GDI32_SetPixelFormat ( IntPtr  hdc,
int  pixelFormat,
ref PIXELFORMATDESCRIPTOR  pfd 
)

static IntPtr GRV11.GR.GDI32_CreateDIBitmap ( IntPtr  hdc,
ref BITMAPINFOHEADER  lpbmih,
int  fdwInit,
byte[]  dataInit,
ref BITMAPINFO  lpbmi,
int  fuUsage 
)

static IntPtr GRV11.GR.GDI32_CreateDIBSection ( IntPtr  hdc,
ref BITMAPINFO  lpbmi,
int  iUsage,
byte[]  dataBits,
IntPtr  hSection,
int  dwOffset 
)

static int GRV11.GR.GDI32_DeleteObject ( IntPtr  hobject  ) 

static IntPtr GRV11.GR.GDI32_SelectObject ( IntPtr  hdc,
IntPtr  hgdiobj 
)

static IntPtr GRV11.GR.GDI32_GetStockObject ( int  fnObject  ) 

static IntPtr GRV11.GR.GDI32_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,
[System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.LPStr)] String  lpszFace 
)

static IntPtr GRV11.GR.Kernel32_LoadLibrary ( [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.LPStr)] String  s  ) 

static IntPtr GRV11.GR.Kernel32_GetProcAddress ( IntPtr  hmodule,
[System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.LPStr)] String  s 
)

void GRV11.GR.Initialize (  )  [private]

Definition at line 2375 of file GRV11.cs.

References GRV11.GR.mhModuleGDI, GRV11.GR.mhModuleGL, and GRV11.GR.mhModuleGLU.

Referenced by GRV11.GR.GR().

void GRV11.GR.BuildFunctionListAssumingGLRCIsCurrent (  ) 

Delegate GRV11.GR.GetDelegate ( String  functionName,
Type  delegateType,
ref bool  foundFunction 
)

void GRV11.GR.SupportInitializeOpenGL ( IntPtr  hwnd,
ref IntPtr  hdc,
ref IntPtr  hglrc 
)

Definition at line 28187 of file GRV11.cs.

References GRV11.GR.BuildFunctionListAssumingGLRCIsCurrent().

Referenced by GRV11.GRControl.OnPaint().

static IntPtr GRV11.GR.User32_GetDC ( IntPtr  hwnd  ) 

static IntPtr GRV11.GR.OpenGL32_wglGetProcAddress ( [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.LPStr)] String  functionName  ) 

static IntPtr GRV11.GR.OpenGL32_wglCreateContext ( IntPtr  hdc  ) 

static int GRV11.GR.OpenGL32_wglDeleteContext ( IntPtr  hglrc  ) 

static int GRV11.GR.OpenGL32_wglMakeCurrent ( IntPtr  hdc,
IntPtr  hglrc 
)

static int GRV11.GR.OpenGL32_wglSwapBuffers ( IntPtr  hdc  ) 

static int GRV11.GR.GDI32_ChoosePixelFormat ( IntPtr  hdc,
ref PIXELFORMATDESCRIPTOR  pfd 
)

static int GRV11.GR.GDI32_SetPixelFormat ( IntPtr  hdc,
int  pixelFormat,
ref PIXELFORMATDESCRIPTOR  pfd 
)

static IntPtr GRV11.GR.GDI32_CreateDIBitmap ( IntPtr  hdc,
ref BITMAPINFOHEADER  lpbmih,
int  fdwInit,
byte[]  dataInit,
ref BITMAPINFO  lpbmi,
int  fuUsage 
)

static IntPtr GRV11.GR.GDI32_CreateDIBSection ( IntPtr  hdc,
ref BITMAPINFO  lpbmi,
int  iUsage,
byte[]  dataBits,
IntPtr  hSection,
int  dwOffset 
)

static int GRV11.GR.GDI32_DeleteObject ( IntPtr  hobject  ) 

static IntPtr GRV11.GR.GDI32_SelectObject ( IntPtr  hdc,
IntPtr  hgdiobj 
)

static IntPtr GRV11.GR.GDI32_GetStockObject ( int  fnObject  ) 

static IntPtr GRV11.GR.GDI32_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,
[System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.LPStr)] String  lpszFace 
)

static IntPtr GRV11.GR.Kernel32_LoadLibrary ( [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.LPStr)] String  s  ) 

static IntPtr GRV11.GR.Kernel32_GetProcAddress ( IntPtr  hmodule,
[System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.LPStr)] String  s 
)

void GRV11.GR.Initialize (  )  [private]

Definition at line 2375 of file GRV11.cs.

References GRV11.GR.mhModuleGDI, GRV11.GR.mhModuleGL, and GRV11.GR.mhModuleGLU.

void GRV11.GR.BuildFunctionListAssumingGLRCIsCurrent (  ) 

Delegate GRV11.GR.GetDelegate ( String  functionName,
Type  delegateType,
ref bool  foundFunction 
)

Definition at line 28138 of file GRV11.cs.

References GRV11.GR.mhModuleGDI, GRV11.GR.mhModuleGL, and GRV11.GR.mhModuleGLU.

void GRV11.GR.SupportInitializeOpenGL ( IntPtr  hwnd,
ref IntPtr  hdc,
ref IntPtr  hglrc 
)

Definition at line 28187 of file GRV11.cs.

References GRV11.GR.BuildFunctionListAssumingGLRCIsCurrent().


Member Data Documentation

const int GRV11.GR::WHITE_BRUSH = 0

Definition at line 1964 of file GRV11.cs.

const int GRV11.GR::LTGRAY_BRUSH = 1

Definition at line 1965 of file GRV11.cs.

const int GRV11.GR::GRAY_BRUSH = 2

Definition at line 1966 of file GRV11.cs.

const int GRV11.GR::DKGRAY_BRUSH = 3

Definition at line 1967 of file GRV11.cs.

const int GRV11.GR::BLACK_BRUSH = 4

Definition at line 1968 of file GRV11.cs.

const int GRV11.GR::NULL_BRUSH = 5

Definition at line 1969 of file GRV11.cs.

Definition at line 1970 of file GRV11.cs.

const int GRV11.GR::WHITE_PEN = 6

Definition at line 1971 of file GRV11.cs.

const int GRV11.GR::BLACK_PEN = 7

Definition at line 1972 of file GRV11.cs.

const int GRV11.GR::NULL_PEN = 8

Definition at line 1973 of file GRV11.cs.

const int GRV11.GR::OEM_FIXED_FONT = 10

Definition at line 1974 of file GRV11.cs.

const int GRV11.GR::ANSI_FIXED_FONT = 11

Definition at line 1975 of file GRV11.cs.

const int GRV11.GR::ANSI_VAR_FONT = 12

Definition at line 1976 of file GRV11.cs.

const int GRV11.GR::SYSTEM_FONT = 13

Definition at line 1977 of file GRV11.cs.

Definition at line 1978 of file GRV11.cs.

const int GRV11.GR::DEFAULT_PALETTE = 15

Definition at line 1979 of file GRV11.cs.

Definition at line 1980 of file GRV11.cs.

const int GRV11.GR::PFD_TYPE_RGBA = 0

Definition at line 1983 of file GRV11.cs.

Definition at line 1984 of file GRV11.cs.

const int GRV11.GR::PFD_MAIN_PLANE = 0

Definition at line 1987 of file GRV11.cs.

Definition at line 1988 of file GRV11.cs.

const int GRV11.GR::PFD_UNDERLAY_PLANE = 0xff

Definition at line 1989 of file GRV11.cs.

const int GRV11.GR::PFD_DOUBLEBUFFER = 0x00000001

Definition at line 1992 of file GRV11.cs.

const int GRV11.GR::PFD_STEREO = 0x00000002

Definition at line 1993 of file GRV11.cs.

const int GRV11.GR::PFD_DRAW_TO_WINDOW = 0x00000004

Definition at line 1994 of file GRV11.cs.

const int GRV11.GR::PFD_DRAW_TO_BITMAP = 0x00000008

Definition at line 1995 of file GRV11.cs.

const int GRV11.GR::PFD_SUPPORT_GDI = 0x00000010

Definition at line 1996 of file GRV11.cs.

const int GRV11.GR::PFD_SUPPORT_OPENGL = 0x00000020

Definition at line 1997 of file GRV11.cs.

const int GRV11.GR::PFD_GENERIC_FORMAT = 0x00000040

Definition at line 1998 of file GRV11.cs.

const int GRV11.GR::PFD_NEED_PALETTE = 0x00000080

Definition at line 1999 of file GRV11.cs.

const int GRV11.GR::PFD_NEED_SYSTEM_PALETTE = 0x00000100

Definition at line 2000 of file GRV11.cs.

const int GRV11.GR::PFD_SWAP_EXCHANGE = 0x00000200

Definition at line 2001 of file GRV11.cs.

const int GRV11.GR::PFD_SWAP_COPY = 0x00000400

Definition at line 2002 of file GRV11.cs.

const int GRV11.GR::PFD_SWAP_LAYER_BUFFERS = 0x00000800

Definition at line 2003 of file GRV11.cs.

const int GRV11.GR::PFD_GENERIC_ACCELERATED = 0x00001000

Definition at line 2004 of file GRV11.cs.

const int GRV11.GR::PFD_SUPPORT_DIRECTDRAW = 0x00002000

Definition at line 2005 of file GRV11.cs.

const int GRV11.GR::PFD_DEPTH_DONTCARE = 0x20000000

Definition at line 2008 of file GRV11.cs.

const int GRV11.GR::PFD_DOUBLEBUFFER_DONTCARE = 0x40000000

Definition at line 2009 of file GRV11.cs.

const int GRV11.GR::PFD_STEREO_DONTCARE = unchecked((int)0x80000000)

Definition at line 2010 of file GRV11.cs.

const int GRV11.GR::FW_DONTCARE = 0

Definition at line 2017 of file GRV11.cs.

const int GRV11.GR::FW_THIN = 100

Definition at line 2018 of file GRV11.cs.

const int GRV11.GR::FW_EXTRALIGHT = 200

Definition at line 2019 of file GRV11.cs.

const int GRV11.GR::FW_ULTRALIGHT = 200

Definition at line 2020 of file GRV11.cs.

const int GRV11.GR::FW_LIGHT = 300

Definition at line 2021 of file GRV11.cs.

const int GRV11.GR::FW_NORMAL = 400

Definition at line 2022 of file GRV11.cs.

const int GRV11.GR::FW_REGULAR = 400

Definition at line 2023 of file GRV11.cs.

const int GRV11.GR::FW_MEDIUM = 500

Definition at line 2024 of file GRV11.cs.

const int GRV11.GR::FW_SEMIBOLD = 600

Definition at line 2025 of file GRV11.cs.

const int GRV11.GR::FW_DEMIBOLD = 600

Definition at line 2026 of file GRV11.cs.

const int GRV11.GR::FW_BOLD = 700

Definition at line 2027 of file GRV11.cs.

const int GRV11.GR::FW_EXTRABOLD = 800

Definition at line 2028 of file GRV11.cs.

const int GRV11.GR::FW_ULTRABOLD = 800

Definition at line 2029 of file GRV11.cs.

const int GRV11.GR::FW_HEAVY = 900

Definition at line 2030 of file GRV11.cs.

const int GRV11.GR::FW_BLACK = 900

Definition at line 2031 of file GRV11.cs.

const int GRV11.GR::FF_DONTCARE = (0 << 4)

Definition at line 2035 of file GRV11.cs.

const int GRV11.GR::FF_ROMAN = (1 << 4)

Definition at line 2036 of file GRV11.cs.

const int GRV11.GR::FF_SWISS = (2 << 4)

Definition at line 2037 of file GRV11.cs.

const int GRV11.GR::FF_MODERN = (3 << 4)

Definition at line 2038 of file GRV11.cs.

const int GRV11.GR::FF_SCRIPT = (4 << 4)

Definition at line 2039 of file GRV11.cs.

const int GRV11.GR::FF_DECORATIVE = (5 << 4)

Definition at line 2040 of file GRV11.cs.

Definition at line 2043 of file GRV11.cs.

Definition at line 2044 of file GRV11.cs.

Definition at line 2045 of file GRV11.cs.

Definition at line 2046 of file GRV11.cs.

const int GRV11.GR::OUT_TT_PRECIS = 4

Definition at line 2047 of file GRV11.cs.

Definition at line 2048 of file GRV11.cs.

Definition at line 2049 of file GRV11.cs.

Definition at line 2050 of file GRV11.cs.

Definition at line 2051 of file GRV11.cs.

Definition at line 2052 of file GRV11.cs.

Definition at line 2054 of file GRV11.cs.

Definition at line 2055 of file GRV11.cs.

Definition at line 2056 of file GRV11.cs.

const int GRV11.GR::CLIP_MASK = 0xf

Definition at line 2057 of file GRV11.cs.

const int GRV11.GR::CLIP_LH_ANGLES = (1 << 4)

Definition at line 2058 of file GRV11.cs.

const int GRV11.GR::CLIP_TT_ALWAYS = (2 << 4)

Definition at line 2059 of file GRV11.cs.

const int GRV11.GR::CLIP_EMBEDDED = (8 << 4)

Definition at line 2060 of file GRV11.cs.

Definition at line 2062 of file GRV11.cs.

const int GRV11.GR::DRAFT_QUALITY = 1

Definition at line 2063 of file GRV11.cs.

const int GRV11.GR::PROOF_QUALITY = 2

Definition at line 2064 of file GRV11.cs.

Definition at line 2065 of file GRV11.cs.

Definition at line 2066 of file GRV11.cs.

const int GRV11.GR::DEFAULT_PITCH = 0

Definition at line 2068 of file GRV11.cs.

const int GRV11.GR::FIXED_PITCH = 1

Definition at line 2069 of file GRV11.cs.

const int GRV11.GR::VARIABLE_PITCH = 2

Definition at line 2070 of file GRV11.cs.

const int GRV11.GR::MONO_FONT = 8

Definition at line 2071 of file GRV11.cs.

const int GRV11.GR::ANSI_CHARSET = 0

Definition at line 2073 of file GRV11.cs.

Definition at line 2074 of file GRV11.cs.

const int GRV11.GR::SYMBOL_CHARSET = 2

Definition at line 2075 of file GRV11.cs.

const int GRV11.GR::SHIFTJIS_CHARSET = 128

Definition at line 2076 of file GRV11.cs.

const int GRV11.GR::HANGEUL_CHARSET = 129

Definition at line 2077 of file GRV11.cs.

const int GRV11.GR::HANGUL_CHARSET = 129

Definition at line 2078 of file GRV11.cs.

const int GRV11.GR::GB2312_CHARSET = 134

Definition at line 2079 of file GRV11.cs.

Definition at line 2080 of file GRV11.cs.

const int GRV11.GR::OEM_CHARSET = 255

Definition at line 2081 of file GRV11.cs.

const int GRV11.GR::JOHAB_CHARSET = 130

Definition at line 2082 of file GRV11.cs.

const int GRV11.GR::HEBREW_CHARSET = 177

Definition at line 2083 of file GRV11.cs.

const int GRV11.GR::ARABIC_CHARSET = 178

Definition at line 2084 of file GRV11.cs.

const int GRV11.GR::GREEK_CHARSET = 161

Definition at line 2085 of file GRV11.cs.

const int GRV11.GR::TURKISH_CHARSET = 162

Definition at line 2086 of file GRV11.cs.

Definition at line 2087 of file GRV11.cs.

const int GRV11.GR::THAI_CHARSET = 222

Definition at line 2088 of file GRV11.cs.

Definition at line 2089 of file GRV11.cs.

const int GRV11.GR::RUSSIAN_CHARSET = 204

Definition at line 2090 of file GRV11.cs.

const int GRV11.GR::MAC_CHARSET = 77

Definition at line 2091 of file GRV11.cs.

const int GRV11.GR::BALTIC_CHARSET = 186

Definition at line 2092 of file GRV11.cs.

const int GRV11.GR::FS_LATIN1 = 0x00000001

Definition at line 2094 of file GRV11.cs.

const int GRV11.GR::FS_LATIN2 = 0x00000002

Definition at line 2095 of file GRV11.cs.

const int GRV11.GR::FS_CYRILLIC = 0x00000004

Definition at line 2096 of file GRV11.cs.

const int GRV11.GR::FS_GREEK = 0x00000008

Definition at line 2097 of file GRV11.cs.

const int GRV11.GR::FS_TURKISH = 0x00000010

Definition at line 2098 of file GRV11.cs.

const int GRV11.GR::FS_HEBREW = 0x00000020

Definition at line 2099 of file GRV11.cs.

const int GRV11.GR::FS_ARABIC = 0x00000040

Definition at line 2100 of file GRV11.cs.

const int GRV11.GR::FS_BALTIC = 0x00000080

Definition at line 2101 of file GRV11.cs.

const int GRV11.GR::FS_VIETNAMESE = 0x00000100

Definition at line 2102 of file GRV11.cs.

const int GRV11.GR::FS_THAI = 0x00010000

Definition at line 2103 of file GRV11.cs.

const int GRV11.GR::FS_JISJAPAN = 0x00020000

Definition at line 2104 of file GRV11.cs.

const int GRV11.GR::FS_CHINESESIMP = 0x00040000

Definition at line 2105 of file GRV11.cs.

const int GRV11.GR::FS_WANSUNG = 0x00080000

Definition at line 2106 of file GRV11.cs.

const int GRV11.GR::FS_CHINESETRAD = 0x00100000

Definition at line 2107 of file GRV11.cs.

const int GRV11.GR::FS_JOHAB = 0x00200000

Definition at line 2108 of file GRV11.cs.

const int GRV11.GR::FS_SYMBOL = unchecked((int)0x80000000)

Definition at line 2109 of file GRV11.cs.

IntPtr GRV11.GR::mhModuleGL [private]

IntPtr GRV11.GR::mhModuleGLU [private]

IntPtr GRV11.GR::mhModuleGDI [private]


The documentation for this class was generated from the following files:

Generated on Fri Nov 14 09:05:11 2008 for Cubesł by  doxygen 1.5.6