sketch-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug #4736] wmf export can't do text along a path


From: Bernhard Herzog
Subject: Re: [bug #4736] wmf export can't do text along a path
Date: Thu, 18 Sep 2003 18:59:36 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.2 (gnu/linux)

Bernhard Reiter <address@hidden> writes:

> Lukasz wrote an attempt to implement
> for Sketch/Graphics/text.py 
>       InternalPathText.Paths()
[...]
> Is there a special reason why this wasn't implemented yet?

Well, objects implementing the Paths method usually also set is_curve to
true and therefore implement AsBezier as well. If is_curve is true,
Sketch assumes that the "Convert to Curve" command works. Unfortunately
it won't work for the InternalPathText object because the parent is not
a normal group. While it could be made to work I never got around to it.

The pdf export filter shows how to export a path text object without the
Paths method.

   Bernhard

-- 
Intevation GmbH                                 http://intevation.de/
Sketch                                 http://sketch.sourceforge.net/
Thuban                                  http://thuban.intevation.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]