diff -r 91ef7621b7fc -r ea44a32a96bc fontservices/referencefonts/utils/ttf2bdf.cpp --- a/fontservices/referencefonts/utils/ttf2bdf.cpp Thu Jun 24 11:18:23 2010 +0800 +++ b/fontservices/referencefonts/utils/ttf2bdf.cpp Thu Jun 24 11:25:56 2010 +0800 @@ -1,5 +1,5 @@ /* -* Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 1999-2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" @@ -39,7 +39,7 @@ TRAP(error, bdfHarness = CBDFHarness::NewL(_L("MAKEBDF"),_L("TTF2BDF v2 - Make bitmap BDF font from scaleable font")); - bdfHarness->MakeBDFFont(); + bdfHarness->MakeBDFFontL(); delete bdfHarness; __UHEAP_MARKEND; );