diff options
author | joye <joye> | 2014-04-15 18:14:31 (GMT) |
---|---|---|
committer | joye <joye> | 2014-04-15 18:14:31 (GMT) |
commit | 1826640f0e1684fd811b628792ef81b487359ad4 (patch) | |
tree | 8a8de22a9bcfa8e7d9b04152f7cde6a94fd60850 /src/bltGrText.h | |
parent | 46fed21beaef9dadb47f791953fda19d3b59f93d (diff) | |
download | blt-1826640f0e1684fd811b628792ef81b487359ad4.zip blt-1826640f0e1684fd811b628792ef81b487359ad4.tar.gz blt-1826640f0e1684fd811b628792ef81b487359ad4.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'src/bltGrText.h')
-rw-r--r-- | src/bltGrText.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bltGrText.h b/src/bltGrText.h index b1e8418..f3e597a 100644 --- a/src/bltGrText.h +++ b/src/bltGrText.h @@ -68,6 +68,8 @@ extern void Blt_Ts_DrawText(Tk_Window tkwin, Drawable drawable, int x, int y); extern void Blt_GetBoundingBox (int width, int height, float angle, double *widthPtr, double *heightPtr, Point2d *points); +extern Point2d Blt_AnchorPoint (double x, double y, double width, + double height, Tk_Anchor anchor); #define Blt_Ts_InitStyle(ts) \ ((ts).anchor = TK_ANCHOR_NW, \ |