FD_GLYPHSET * EngComputeGlyphSet(
INT nCodePage, | |
INT nFirstChar, | |
INT cChars | |
); |
EngComputeGlyphSet computes the glyph set supported on a device.
If the glyph set is computed successfully, a pointer to an FD_GLYPHSET structure is returned. null is returned if an error occurred.
A driver can use EngComputeGlyphSet to compute the glyph set for a font that contains only glyphs in the code page described by nCodePage.
The driver must call EngFreeMem to free memory when it is done using the FD_GLYPHSET structure returned by EngComputeGlyphSet.