Función OEMQueryAdvanceWidths (printoem.h)

La función OEMQueryAdvanceWidths devuelve anchos de avance de caracteres para un conjunto especificado de glifos.

Sintaxis

BOOL OEMQueryAdvanceWidths(
        DHPDEV  dhpdev,
        FONTOBJ *pfo,
        ULONG   iMode,
  [in]  HGLYPH  *phg,
  [out] PVOID   pvWidths,
        ULONG   cGlyphs
);

Parámetros

dhpdev

Define el parámetro DHPDEVdhpdev.

pfo

Define el parámetro FONTOBJpfo.

iMode

Define el parámetro ULONGiMode.

[in] phg

Define el phg del parámetro HGLYPH.

[out] pvWidths

Define el parámetro PVOIDpvWidths.

cGlyphs

Define los glifosdel parámetro ULONG.

Valor devuelto

Devuelve un valor BOOL .

Requisitos

Requisito Value
Plataforma de destino Windows
Encabezado printoem.h (include Printoem.h)