Le 13 janv. 2011 à 09:42, Stephan Witt a écrit : Am 13.01.2011 um 09:33 schrieb Pavel Sanda: > >> Abdelrazak Younes wrote: >>>> To be on the save side - if nothing else is changed - you have to draw >>>> letter by letter all the times anyway. >>> >>> The option can set to true by default. >> >> i also wonder what the 'few more cpu cycles' mean. we are already quite slow >> at rendering... > > Yes, I'd refrain from fast implemented solutions for that. > At least give JMarc a chance to answer here. > He spoke the last word on ticket http://www.lyx.org/trac/ticket/6920. > > Stephan
Well, I can cut and paste my comment :) Could we compute the metrics at word level and still find a way to place the cursor (e.g. compute char by char when we need to place it inside a string)? Abdel, wouldn't that be possible and reasonably easy? Or did you already dismiss this possibility? JMarc