Rename [xy]_pos to [xy]_offset since we don't accumulate positions
diff --git a/src/hb-buffer.h b/src/hb-buffer.h
index 7bb7a5a..5c9d408 100644
--- a/src/hb-buffer.h
+++ b/src/hb-buffer.h
@@ -52,10 +52,10 @@
} hb_glyph_info_t;
typedef struct _hb_glyph_position_t {
- hb_position_t x_pos;
- hb_position_t y_pos;
hb_position_t x_advance;
hb_position_t y_advance;
+ hb_position_t x_offset;
+ hb_position_t y_offset;
/* XXX these should all be replaced by "uint32_t internal" */
uint32_t new_advance :1; /* if set, the advance width values are
absolute, i.e., they won't be