Discussion Board
-
help
2004-05-27, 10:22
#1
Registered User
AknTextUtils::ClipToFit(nme,LatinBold13(),120,AknTextUtils::EClipFromEnd,120,"...");
container.cpp(383) : error C2665: 'ClipToFit' : none of the 3 overloads can convert parameter 2 from type 'const class CFont *'
-
Nokia Developer Expert
try this:
AknTextUtils::ClipToFit(nme,*LatinBold13(),120);
yucca
-
Registered User
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules