Discussion Board

Results 1 to 3 of 3

Thread: help

  1. #1
    Registered User kornhed's Avatar
    Join Date
    May 2004
    Posts
    39
    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 *'

  2. #2
    Nokia Developer Expert symbianyucca's Avatar
    Join Date
    Mar 2003
    Location
    Lempäälä/Finland
    Posts
    28,712
    try this:

    AknTextUtils::ClipToFit(nme,*LatinBold13(),120);

    yucca

  3. #3
    Registered User kornhed's Avatar
    Join Date
    May 2004
    Posts
    39
    thanks!! =)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved