Re: PyDia and Metapost

2006-02-16 Thread Rob McDonald
> In render_metapost.c , in the function draw_string , there is a switch based > on Dia's alignment parameter. The comment says > > /* We use the "top" modifier to MetaPost's alignment because Dia draws > * text _above_ the point at which the text is "located". */ > > (sorry I don't have a line

Re: Metapost bug with font size... (Was: PyDia and Metapost)

2006-02-16 Thread Rob McDonald
> I'll see what I can do. I'm new to Dia and wasn't sure whether the bugzilla > was actively used. So many projects just ignore any sort of bug tracking... Filed # 331489 Rob ___ Dia-list mailing list Dia-list@gnome.org http://mail.gnome.o

Re: Metapost bug with font size... (Was: PyDia and Metapost)

2006-02-16 Thread Rob McDonald
> Just looked into it and it appears to be a really simple solution. > Currently set_font() is ignoring the passed in parameter 'height' > which has the size independent of the scale. > Instead their is a call to dia_font_height() which apparently returns > a scaled font size. The latter may be a b

Re: Metapost bug with font size... (Was: PyDia and Metapost)

2006-02-16 Thread Hans Breuer
On 16.02.2006 21:42, Rob McDonald wrote: I think I've found the problem. The text size appears to be keyed into the zoom level selected on screen. Zoom to 100%, the exported text looks right. Zoom to 200%, the font gets bigger. Zoom to 400%, everything gets bigger yet. Previously, when I

Re: UML Diagram & line thickness

2006-02-16 Thread Hans Breuer
On 16.02.2006 15:38, Rob McDonald wrote: How can I change the line thickness in a UML class diagram? I don't see an option in the GUI, and I've poked around the uncompressed *.xml file, and nothing jumps out at me. Try bugzilla ;-) http://bugzilla.gnome.org/show_bug.cgi?id=86238 Hans

Metapost bug with font size... (Was: PyDia and Metapost)

2006-02-16 Thread Rob McDonald
> I think I've found the problem. The text size appears to be keyed into the > zoom level selected on screen. Zoom to 100%, the exported text looks right. > Zoom to 200%, the font gets bigger. Zoom to 400%, everything gets bigger > yet. > > Previously, when I deleted 14 of the objects, I must've

Re: UML Diagram & line thickness

2006-02-16 Thread Rob McDonald
> Rob McDonald sagde: > > How can I change the line thickness in a UML class diagram? I don't see > > an > > option in the GUI, and I've poked around the uncompressed *.xml file, and > > nothing jumps out at me. Lars > You go into the objects/UML/class.c file (and related files), add a line > thi

UML Diagram & line thickness

2006-02-16 Thread Rob McDonald
How can I change the line thickness in a UML class diagram? I don't see an option in the GUI, and I've poked around the uncompressed *.xml file, and nothing jumps out at me. Thanks in advance, Rob ___ Dia-list mailing list Dia-list@gnom

Re: UML Diagram & line thickness

2006-02-16 Thread Lars Clausen
Rob McDonald sagde: > How can I change the line thickness in a UML class diagram? I don't see > an > option in the GUI, and I've poked around the uncompressed *.xml file, and > nothing jumps out at me. You go into the objects/UML/class.c file (and related files), add a line thickness attribute, u