|
From: Ethan A M. <sf...@us...> - 2015-01-15 17:40:17
|
On Thursday, 15 January, 2015 22:13:14 Jun T. wrote:
>
> On 2015/01/09, at 10:36, sfeam <sf...@us...> wrote:
>
> > On Wednesday, 07 January 2015 04:08:50 PM Philipp K. Janert wrote:
> >>
> >> I seem to have observed three minor bugs in gp5:
> >>
> >> 2) Enhanced text, key, and cairo
> >
> > That odd, because wxt _is_ one of the cairo terminals.
>
>
> (I know a patch is already in CVS)
>
> In cairotrm_put_text(), enhanced_recursion() is used only if the string
> contains mark-up characters "{}^_@&~"; otherwise gp_cairo_draw_text() is used.
> [snip]
> In wxt_put_text() (wxt_gui.cpp), on the other hand, enhanced_recursion()
> is used always; thus wxt does not have this problem.
Thank you. Yes, that indeed explains the difference.
Ethan |