OEMQueryFontTree function (printoem.h)
The OEMQueryFontTree function provides GDI with a pointer to a structure that defines one of the following:
A mapping from Unicode to glyph handles, including glyph variants
A mapping of kerning pairs to kerning handles
Syntax
PVOID OEMQueryFontTree(
DHPDEV dhpdev,
ULONG_PTR iFile,
ULONG iFace,
ULONG iMode,
ULONG_PTR *pid
);
Parameters
dhpdev
Defines the DHPDEV parameter dhpdev.
iFile
Defines the ULONG_PTR parameter iFile.
iFace
Defines the ULONG parameter iFace.
iMode
Defines the ULONG parameter iMode.
pid
Defines the ULONG_PTR parameter pid.
Return value
Returns a PVOID value.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | printoem.h (include Printoem.h) |