typedef struct _FD_GLYPHSET {
ULONG cjThis;
FLONG flAccel;
ULONG cGlyphsSupported;
ULONG cRuns;
WCRUN awcrun[1];
} FD_GLYPHSET, *PFD_GLYPHSET;
The FD_GLYPHSET structure is used to define the mappings from Unicode characters to glyph handles.
|
Flags |
Meaning |
|
GS_UNICODE_HANDLES |
For all runs in this GLYPHSET, the handle is obtained by zero extending the Unicode code point. |