|
|
BOOL wglUseFontBitmaps(
HDC hdc, // device context whose font will be used
DWORD first, // glyph that is the first of a run of glyphs to
// be turned into bitmap display lists
DWORD count, // number of glyphs to turn into bitmap display
// lists
DWORD listBase // specifies starting display list
);
wglUseFontBitmaps(hDC,32,96,base)这里的第二个参数表示什么呢。我看了英文的解释。可我理解不了。。假如说改变了它。输出的字符就变了。。 |
|