GOFFSET (Windows Embedded CE 6.0)
1/6/2010
This structure contains the x and y offsets of the combining glyph.
Syntax
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
Header | usp10.h |
Windows Embedded CE | Windows CE 5.0 and later |