[This is preliminary documentation and subject to change.]
The GLYPHSET structure contains information about a range of Unicode code points.
typedef struct tagGLYPHSET
{
DWORD cbThis;
DWORD flAccel;
DWORD cGlyphsSupported;
DWORD cRanges;
WCRANGE ranges[1];
} GLYPHSET, *PGLYPHSET, FAR *LPGLYPHSET;
Value | Meaning |
---|---|
GS_8BIT_INDICES | Treat glyph indices as 8-bit wide values. Otherwise, they are 16-bit wide values. |
Windows NT: Requires version 5.0 or later.
Windows: Requires Windows 98 or later.
Windows CE: Unsupported.
Header: Declared in wingdi.h.
Fonts and Text Overview, Font and Text Structures, GetFontUnicodeRanges, WCRANGE