Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Multiple Fonts in area

From: rotenca:telvia:it at: 24-Oct-2002 19:43

Hi Gabriele
> You don't need to draw a face to be able to use SIZE-TEXT on it.
You do not need to DISPLAY a face...
> RPT> Is it not better to draw only once with the method which permit to
calculate
> RPT> the length? > > If there was one such method...
Using standard face not draw effect. But perhaps too many faces in a window slows down the view engine so that using draw can be more fast. At the end, i think we have 2 inefficient ways to do the thing. Rebol is lacking something on this area. --- Ciao Romano