fontservices/referencefonts/utils/ttf2bdf.cpp
changeset 41 ea44a32a96bc
parent 0 1fb32624e06b
child 55 336bee5c2d35
equal deleted inserted replaced
40:91ef7621b7fc 41:ea44a32a96bc
     1 /*
     1 /*
     2 * Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 1999-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    37 	
    37 	
    38 	CBDFHarness* bdfHarness;
    38 	CBDFHarness* bdfHarness;
    39 
    39 
    40 	TRAP(error,
    40 	TRAP(error,
    41 	bdfHarness = CBDFHarness::NewL(_L("MAKEBDF"),_L("TTF2BDF v2 - Make bitmap BDF font from scaleable font"));
    41 	bdfHarness = CBDFHarness::NewL(_L("MAKEBDF"),_L("TTF2BDF v2 - Make bitmap BDF font from scaleable font"));
    42 	bdfHarness->MakeBDFFont();	
    42 	bdfHarness->MakeBDFFontL();	
    43 	delete bdfHarness;
    43 	delete bdfHarness;
    44 	__UHEAP_MARKEND;
    44 	__UHEAP_MARKEND;
    45 	);
    45 	);
    46 
    46 
    47 	delete TrapCleanup;
    47 	delete TrapCleanup;