On 2012-04-26 22:27+0100 Andrew Ross wrote:
>
> Phil,
>
> Do you have a small test program to illustrate this? It would be useful to
> check other drivers with. I suspect you are right in that this is on a
> driver-by-driver basis.
>
> Actually, it's pretty trivial to make a quick check. I just tr
Phil,
Do you have a small test program to illustrate this? It would be useful to
check other drivers with. I suspect you are right in that this is on a
driver-by-driver basis.
Actually, it's pretty trivial to make a quick check. I just tried putting
a \n into the label of the x00 plot. A ver
Hi
I've just hit a small problem using the wxWidgets driver dealing with line
breaks when outputting text.
Basically when I use wxGraphicsContext for on screen display line breaks are
dealt with as I might expect. However when I use a wxDC (e.g. wxMetafileDC) the
line breaks are ignored. I pos