Re: [Rdkit-discuss] SVG depiction with fonts?

2021-10-04 Thread Greg Landrum
It would have helped if I'd gotten the sense of the arguments correct...
sorry about that.

What I should have typed is:
d = Draw.MolDraw2DSVG(350,300,-1,-1,True)
The "True" argument disables FreeType

-greg

On Mon, Oct 4, 2021 at 4:38 PM Geoffrey Hutchison 
wrote:

> > Unfortunately there are not keyword arguments for this (something for me
> to fix ASAP), but you can do this as follows:
> > d = Draw.MolDraw2DSVG(350,300,-1,-1,False)
>
> Perfect, thanks! Maybe the keyword can be `useFreeType = False` or
> something along those lines.
>
> -Geoff
>
>
___
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss


Re: [Rdkit-discuss] SVG depiction with fonts?

2021-10-04 Thread Geoffrey Hutchison
> Unfortunately there are not keyword arguments for this (something for me to 
> fix ASAP), but you can do this as follows:
> d = Draw.MolDraw2DSVG(350,300,-1,-1,False)

Perfect, thanks! Maybe the keyword can be `useFreeType = False` or something 
along those lines.

-Geoff



___
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss