From cc83ae12484108586fba6586bd9008971338b322 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 --- src/hb-ot-layout-gpos-private.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/hb-ot-layout-gpos-private.h b/src/hb-ot-layout-gpos-private.h index 37c74bf5c..ddcd70f57 100644 --- a/src/hb-ot-layout-gpos-private.h +++ b/src/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;