]> granicus.if.org Git - graphviz/commitdiff
convert all label processing to fp
authorellson <devnull@localhost>
Fri, 15 Aug 2008 21:37:36 +0000 (21:37 +0000)
committerellson <devnull@localhost>
Fri, 15 Aug 2008 21:37:36 +0000 (21:37 +0000)
clean up h/v alignment code

lib/common/textpara.h

index 5ae4635f61c31d4c3279349d5780d99d0b326f4d..cb194d8dc8eebe243decdd8cefd1c4c05333fd65 100644 (file)
@@ -40,7 +40,7 @@ extern "C" {
        void *layout;
        void (*free_layout) (void *layout);   /* FIXME - this is ugly */
        double fontsize, width, height, yoffset_layout, yoffset_centerline;
-       char just;
+       char just;      /* 'l' 'n' 'r' */
     } textpara_t;
 
 #ifdef __cplusplus