From: Behdad Esfahbod Date: Wed, 27 May 2009 04:17:37 +0000 (-0400) Subject: [GPOS] Add vertical TODO X-Git-Tag: submit/master/20120920.151126~7^2~1134 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cc83ae12484108586fba6586bd9008971338b322;p=framework%2Fuifw%2Fharfbuzz.git [GPOS] Add vertical TODO --- diff --git a/src/hb-ot-layout-gpos-private.h b/src/hb-ot-layout-gpos-private.h index 37c74bf..ddcd70f 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;