fontservices/referencefonts/utils/bdfharn.h
changeset 41 ea44a32a96bc
parent 0 1fb32624e06b
child 55 336bee5c2d35
equal deleted inserted replaced
40:91ef7621b7fc 41:ea44a32a96bc
     1 /*
     1 /*
     2 * Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2003-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".
    30 */
    30 */
    31 	{
    31 	{
    32 	public:
    32 	public:
    33 	static CBDFHarness* NewL(const TDesC &aTitle, const TDesC &aHeading);
    33 	static CBDFHarness* NewL(const TDesC &aTitle, const TDesC &aHeading);
    34 	~CBDFHarness();
    34 	~CBDFHarness();
    35 	void MakeBDFFont();
    35 	void MakeBDFFontL();
    36 
    36 
    37 	void DecodeBitmap(TInt aWidth, TInt aPaddedWidth, TInt aHeight, const TUint8* aCodedBitmap, TUint8* aBitmap);
    37 	void DecodeBitmap(TInt aWidth, TInt aPaddedWidth, TInt aHeight, const TUint8* aCodedBitmap, TUint8* aBitmap);
    38 	TInt ReadBit();
    38 	TInt ReadBit();
    39 	TInt ReadBitBack();
    39 	TInt ReadBitBack();
    40 	void OutHex(TInt aOneHexDigit);
    40 	void OutHex(TInt aOneHexDigit);