GOFFSET (Compact 2013)

3/28/2014

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

See Also

Reference

Uniscribe Structures