Posted to tcl by dkf at Thu Dec 02 11:06:35 GMT 2010view pretty

void	TkDrawAngledTextLayout(Display *display, Drawable drawable, GC gc,
    Tk_TextLayout layout, int x, int y, double angle, int firstChar, int lastChar);
void	TkUnderlineAngledTextLayout(Display *display, Drawable drawable, GC gc,
    Tk_TextLayout layout, int x, int y, double angle, int underline);
int	TkIntersectAngledTextLayout(Tk_TextLayout layout,
     int x, int y, int width, int height, double angle);