wglUseFontBitmaps memory usage?

It is possible to find out how much memory is being consumed by the command wglUseFontBitmaps?

Such as:


wglUseFontBitmaps(hDC, 0, 256, base);

Do GL compile lists store texture/bitmap data? Or just a list of commands?

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.