Share via


GOFFSET (Windows CE 5.0)

Send Feedback

This structure contains the x and y offsets of the combining glyph.

typedef struct tagGOFFSET {  LONG du;  LONG dv;} GOFFSET;

Members

  • du
    x offset, in logical units, for the combining glyph.
  • dv
    y offset, in logical units, for the combining glyph.

Requirements

OS Versions: Windows CE 5.0 and later.
Header: Usp10.h.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.