Such as one TBuf <100> buf buf.Copy(_L(" This is is tested"); I want can I get pixel width of the string before DrawText ? Use Font iEikonEnv->NormalFont ()
This is the powerful text measurement function underlying all the other text measurement functions. It takes optional input and output parameter blocks — they may be null, and returns the the advance width (change in pen position when drawn) of the text, or advance height if the text is drawn vertically. However, vertical text is not yet supported.
Forum posts: 32
Text measurement function.
This is the powerful text measurement function underlying all the other text measurement functions. It takes optional input and output parameter blocks — they may be null, and returns the the advance width (change in pen position when drawn) of the text, or advance height if the text is drawn vertically. However, vertical text is not yet supported.
Jari
Forum posts: 30
thank you very much!!!