Hi
Dne Tue, 30 Mar 2010 01:44:53 -0700 Yian Shang yian.shang@gmail.com napsal(a):
Well my implementation would consists of base class for rendering the schema with virtual methods for rendering the primitives (box, line, text, ...) and subclasses for each format which would actually implement these methods.
I think that makes sense. Would the pdf schema export eventually also be converted to use this framework? (Or is it better left alone since it already works?)
I think it would be easier to first convert it. We don't want to duplicate the code or have need to make the changes in two different code bases.