[webkit-help] How can I write content of a TextRun to a file

Julien Chaffraix julien.chaffraix at gmail.com
Sun Jan 17 15:32:33 PST 2010


On Sun, Jan 17, 2010 at 3:22 PM, n179911 <n179911 at gmail.com> wrote:
> Thanks. And I get compilation error in
> String characters = run.characters().substring(from, to - from);

My bad, I should have written:

String characters = String(run.characters()).substring(from, to - from);

Regards,
Julien


More information about the webkit-help mailing list