[GPOS] Add vertical TODO
authorBehdad Esfahbod <behdad@behdad.org>
Wed, 27 May 2009 04:17:37 +0000 (00:17 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 2 Nov 2009 19:40:21 +0000 (14:40 -0500)
src/hb-ot-layout-gpos-private.h

index 37c74bf..ddcd70f 100644 (file)
@@ -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;