X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=labeller.h;h=e0088173446a392a2f6a4661bd17310b3caa423f;hb=e827ddca25fa9660147cac4d4438d7b41b8e342b;hp=d82e830fee1333433ecb2334872b2090cb4cb8f0;hpb=c4f484177d9017fe50a78d535020394699e1a360;p=leo.git diff --git a/labeller.h b/labeller.h index d82e830..e008817 100644 --- a/labeller.h +++ b/labeller.h @@ -31,6 +31,8 @@ struct variant { int width; int height; + int offset_x; + int offset_y; bool *bitmap; }; @@ -61,7 +63,7 @@ struct request_segment double y1; double x2; double y2; - double angle; + double slope; struct symbol *label; z_index_t zindex; }; @@ -143,6 +145,7 @@ struct placement double x; double y; int variant_used; + int ind; bool processed; // FIXME: Replace with clist? struct placement_link *map_links;