graphicstest/uibench/src/tfbsglyphdata.h
changeset 136 62bb7c97884c
parent 121 d72fc2aace31
--- a/graphicstest/uibench/src/tfbsglyphdata.h	Tue Jul 20 13:27:44 2010 +0300
+++ b/graphicstest/uibench/src/tfbsglyphdata.h	Fri Jul 30 11:41:40 2010 +0300
@@ -25,6 +25,7 @@
 #include <fbs.h>
 #include <sgresource/sgresource.h>
 #include "te_graphicsperformanceSuiteStepBase.h"
+class CCharCodeConverter;
 
 /**
 Enumeration of languages that are supported for testing in this framework.
@@ -61,12 +62,13 @@
 	void GlyphRenderingL();
 	
 	// Utility methods
-	void LoadConfigSampleDataL(TTestLanguage aLanguage, TBool aLongData, TUint*& aGlyphCodes, TInt& aNumGlyphCodes);
+	void LoadConfigSampleDataL(CFbsFont* aFont, TTestLanguage aLanguage, TBool aLongData, TUint*& aGlyphCodes, TInt& aNumGlyphCodes);
 	static TBufC<32> ConfigKeyNameL(TTestLanguage aLanguage, TBool aLongData);
 	
 private:
 	RFbsSession iFbs;
 	RSgDriver iSgDriver;
+	CCharCodeConverter* iCharCodeConverter;
     };
 
 _LIT(KTFbsGlyphData,"tfbsglyphdata");