Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The OEMQueryAdvanceWidths function returns character advance widths for a specified set of glyphs.
Syntax
BOOL OEMQueryAdvanceWidths(
DHPDEV dhpdev,
FONTOBJ *pfo,
ULONG iMode,
[in] HGLYPH *phg,
[out] PVOID pvWidths,
ULONG cGlyphs
);
Parameters
dhpdev
Defines the DHPDEV parameter dhpdev.
pfo
Defines the FONTOBJ parameter pfo.
iMode
Defines the ULONG parameter iMode.
[in] phg
Defines the HGLYPH parameter phg.
[out] pvWidths
Defines the PVOID parameter pvWidths.
cGlyphs
Defines the ULONG parameter cGlyphs.
Return value
Returns a BOOL value.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | printoem.h (include Printoem.h) |