Index: lihata_format/comm_concrete.lht =================================================================== --- lihata_format/comm_concrete.lht (revision 4956) +++ lihata_format/comm_concrete.lht (revision 4957) @@ -130,6 +130,8 @@ ha:x2 = { valtype=coord; desc={upper right corner of untrasformed box; present only if text size is bbox-specified }} ha:y2 = { valtype=coord; desc={upper right corner of untrasformed box; present only if text size is bbox-specified }} ha:rot = { valtype=angle; desc={rotaition around x1;y1 }} + ha:mirx = { valtype=bool; desc={mirror origin/bbox left/right}} + ha:miry = { valtype=bool; desc={mirror origin/bbox up/down}} ha:halign = { valtype=halign; desc={horizontal alignment }} ha:dyntext = { valtype=bool; desc={if text string is a dyntext template }} ha:stroke = { valtype=pen; desc={pen to use }} Index: lihata_format/text.ID.svg =================================================================== --- lihata_format/text.ID.svg (revision 4956) +++ lihata_format/text.ID.svg (revision 4957) @@ -4,17 +4,17 @@ - + ha:text.ID - + /lht_tree_doc/comm/text.ID - -ha:text.ID + +ha:text.ID @@ -31,8 +31,8 @@ /lht_tree_doc/comm/text.ID->/lht_tree_doc/comm/text.ID/children/text - - + + @@ -47,8 +47,8 @@ /lht_tree_doc/comm/text.ID->/lht_tree_doc/comm/text.ID/children/x1 - - + + @@ -63,8 +63,8 @@ /lht_tree_doc/comm/text.ID->/lht_tree_doc/comm/text.ID/children/y1 - - + + @@ -79,8 +79,8 @@ /lht_tree_doc/comm/text.ID->/lht_tree_doc/comm/text.ID/children/x2 - - + + @@ -95,8 +95,8 @@ /lht_tree_doc/comm/text.ID->/lht_tree_doc/comm/text.ID/children/y2 - - + + @@ -111,88 +111,120 @@ /lht_tree_doc/comm/text.ID->/lht_tree_doc/comm/text.ID/children/rot - - + + + + +/lht_tree_doc/comm/text.ID/children/mirx + + +mirx +bool + + + + + +/lht_tree_doc/comm/text.ID->/lht_tree_doc/comm/text.ID/children/mirx + + + + + +/lht_tree_doc/comm/text.ID/children/miry + + +miry +bool + + + + + +/lht_tree_doc/comm/text.ID->/lht_tree_doc/comm/text.ID/children/miry + + + - + /lht_tree_doc/comm/text.ID/children/halign - - -halign -halign + + +halign +halign - + /lht_tree_doc/comm/text.ID->/lht_tree_doc/comm/text.ID/children/halign - - + + - + /lht_tree_doc/comm/text.ID/children/dyntext - - -dyntext -bool + + +dyntext +bool - + /lht_tree_doc/comm/text.ID->/lht_tree_doc/comm/text.ID/children/dyntext - - + + - + /lht_tree_doc/comm/text.ID/children/stroke - - -stroke -pen + + +stroke +pen - + /lht_tree_doc/comm/text.ID->/lht_tree_doc/comm/text.ID/children/stroke - - + + - + /lht_tree_doc/comm/text.ID/children/lock - - -lock -bool + + +lock +bool - + /lht_tree_doc/comm/text.ID->/lht_tree_doc/comm/text.ID/children/lock - - + + - + /lht_tree_doc/comm/text.ID/children/floater - - -floater -bool + + +floater +bool - + /lht_tree_doc/comm/text.ID->/lht_tree_doc/comm/text.ID/children/floater - - + + Index: lihata_format/tree.html =================================================================== --- lihata_format/tree.html (revision 4956) +++ lihata_format/tree.html (revision 4957) @@ -163,6 +163,8 @@
 x2 coord   upper right corner of untrasformed box; present only if text size is bbox-specified
 y2 coord   upper right corner of untrasformed box; present only if text size is bbox-specified
 rot angle   rotaition around x1;y1 +
 mirx bool   mirror origin/bbox left/right +
 miry bool   mirror origin/bbox up/down
 halign halign   horizontal alignment
 dyntext bool   if text string is a dyntext template
 stroke pen   pen to use Index: lihata_format/tree.txt =================================================================== --- lihata_format/tree.txt (revision 4956) +++ lihata_format/tree.txt (revision 4957) @@ -148,6 +148,8 @@ x2 coord upper right corner of untrasformed box; present only if text size is bbox-specified y2 coord upper right corner of untrasformed box; present only if text size is bbox-specified rot angle rotaition around x1;y1 + mirx bool mirror origin/bbox left/right + miry bool mirror origin/bbox up/down halign halign horizontal alignment dyntext bool if text string is a dyntext template stroke pen pen to use