From 810f4214af6438076da5014888d60d4bfe77ebd6 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 27 May 2009 00:17:37 -0400 Subject: [PATCH] [GPOS] Add vertical TODO --- pango/opentype/hb-ot-layout-gpos-private.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pango/opentype/hb-ot-layout-gpos-private.h b/pango/opentype/hb-ot-layout-gpos-private.h index 37c74bf..ddcd70f 100644 --- a/pango/opentype/hb-ot-layout-gpos-private.h +++ b/pango/opentype/hb-ot-layout-gpos-private.h @@ -681,6 +681,8 @@ struct CursivePosFormat1 hb_position_t entry_x, entry_y; (this+record.entryAnchor).get_anchor (layout, IN_CURGLYPH (), &entry_x, &entry_y); + /* TODO vertical */ + if (gpi->r2l) { POSITION (buffer->in_pos)->x_advance = entry_x - gpi->anchor_x; -- 2.7.4