Update contrib.
2 * Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
22 @internalComponent Internal Symbian test code
30 #include "TGraphicsHarness.h"
32 class CTFnt : public CTGraphicsBase
35 CTFnt(CTestStep* aStep);
38 virtual void RunTestCaseL(TInt aCurTestCase);
40 void TestReadFileL(const TDesC& aFontFile);
41 void TestEclipseFallbackWithInvalidFontL();
45 class CTFntStep : public CTGraphicsStep
51 virtual CTGraphicsBase* CreateTestL();
54 _LIT(KTFntStep,"TFnt");