fontservices/referencefonts/utils/ttf2bdf.cpp
changeset 41 ea44a32a96bc
parent 0 1fb32624e06b
child 55 336bee5c2d35
--- 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;
 	);