GOFFSET structure (usp10.h)

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.

Remarks

The members of this structure are named as they are so that they are not confused with the "dx" and "dy" designators for physical units in Uniscribe functions and structures.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header usp10.h
Redistributable Internet Explorer 5 or later onWindows Me/98/95

See also

ScriptPlace

ScriptPlaceOpenType

ScriptPositionSingleGlyph

ScriptTextOut

Uniscribe

Uniscribe Structures