Hi, No, sadly the font is fixed by the scale, so all text is rendered at the same font size. This obviously should be changed.
As a intermediate hack, the AWTDrawVisitor could be subclassed to override the visit(TextElement) method, and any number of changes could be stuffed in there. This turns out to be an easy way to get extra stuff in, for example see this gist: http://gist.github.com/545250 I know that this is only a temporary fix, and clearly there are a number of font issues! gilleain On Wed, Sep 8, 2010 at 6:27 PM, Nina Jeliazkova <[email protected]> wrote: > Hi All, > > A rendering question - is it possible to assign additional labels to > (subset) of atoms and have them rendered with different font size? > > Thanks, > Nina > > ------------------------------------------------------------------------------ > This SF.net Dev2Dev email is sponsored by: > > Show off your parallel programming skills. > Enter the Intel(R) Threading Challenge 2010. > http://p.sf.net/sfu/intel-thread-sfd > _______________________________________________ > Cdk-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/cdk-user > > ------------------------------------------------------------------------------ This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread-sfd _______________________________________________ Cdk-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cdk-user

