Skip to content

Latest commit

 

History

History
124 lines (97 loc) · 2.74 KB

ns-winddi-fd_glyphset.md

File metadata and controls

124 lines (97 loc) · 2.74 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:winddi._FD_GLYPHSET
FD_GLYPHSET (winddi.h)
The FD_GLYPHSET structure is used to define the mappings from Unicode characters to glyph handles.
*PFD_GLYPHSET
FD_GLYPHSET
FD_GLYPHSET structure [Display Devices]
PFD_GLYPHSET
PFD_GLYPHSET structure pointer [Display Devices]
display.fd_glyphset
grstrcts_69cd5b01-58bb-4141-8f1d-26a6258423ce.xml
winddi/FD_GLYPHSET
winddi/PFD_GLYPHSET
display\fd_glyphset.htm
display
af56f2a0-92a6-4217-8121-944a0b4f26f6
12/05/2018
*PFD_GLYPHSET, FD_GLYPHSET, FD_GLYPHSET structure [Display Devices], PFD_GLYPHSET, PFD_GLYPHSET structure pointer [Display Devices], display.fd_glyphset, grstrcts_69cd5b01-58bb-4141-8f1d-26a6258423ce.xml, winddi/FD_GLYPHSET, winddi/PFD_GLYPHSET
winddi.h
Winddi.h
Windows
Windows
FD_GLYPHSET, *PFD_GLYPHSET
19H1
_FD_GLYPHSET
winddi/_FD_GLYPHSET
PFD_GLYPHSET
winddi/PFD_GLYPHSET
FD_GLYPHSET
winddi/FD_GLYPHSET
c++
APIRef
kbSyntax
HeaderDef
winddi.h
FD_GLYPHSET

FD_GLYPHSET structure

-description

The FD_GLYPHSET structure is used to define the mappings from Unicode characters to glyph handles.

-struct-fields

-field cjThis

Specifies the size, in bytes, of the structure, including the array of WCRUN structures.

-field flAccel

Specifies accelerator flags. This member must be the following value:

Flags Meaning
GS_8BIT_HANDLES All handles are 8-bit quantities.
GS_16BIT_HANDLES All handles are 16-bit quantities.
GS_UNICODE_HANDLES For all runs in this structure, the handle is obtained by zero extending the Unicode code point.

-field cGlyphsSupported

Specifies the total number of glyphs in all runs.

-field cRuns

Specifies the number of WCRUN structures in the awcrun array.

-field awcrun

Is an array of WCRUN structures.

-see-also

DrvQueryFontTree

WCRUN