OEMQueryAdvanceWidths function (printoem.h)

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)