Update contrib.
2 * Copyright (c) 2003-2010 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.
27 class CBDFHarness : public CBase
33 static CBDFHarness* NewL(const TDesC &aTitle, const TDesC &aHeading);
37 void DecodeBitmap(TInt aWidth, TInt aPaddedWidth, TInt aHeight, const TUint8* aCodedBitmap, TUint8* aBitmap);
40 void OutHex(TInt aOneHexDigit);
43 CBDFHarness(const TDesC &aTitle, const TDesC &aHeading);
49 CFbsScreenDevice* iDev;
50 CFbsFont* iStandardFont;
52 static TPtrC iFacename;
53 static TInt iPixelSize;
54 static TPtrC iFilename;
56 static TFontPosture iPosture;
57 static TFontStrokeWeight iStrokeWeight;
58 static TFontPrintPosition iPrintPosition;
61 const TUint8* iBitMap;