fontservices/fontstore/inc/OPENFONT.H
branchRCL_3
changeset 60 dd58c6eee052
parent 55 336bee5c2d35
child 69 09b5fcf47b30
--- a/fontservices/fontstore/inc/OPENFONT.H	Wed Sep 01 12:39:40 2010 +0100
+++ b/fontservices/fontstore/inc/OPENFONT.H	Wed Sep 15 00:39:40 2010 +0300
@@ -327,7 +327,7 @@
 	TBool HasCharacterL(TInt aCode) const;
 	TBool GetCharacterData(TInt aSessionHandle,TInt aCode,const TOpenFontCharMetrics*& aMetrics,const TUint8*& aBitmap) const;
 	void OnFileDeleted();
-	COpenFontGlyphCache* GetGlyphCache();
+	COpenFontGlyphCache* GetGlyphCache() const;
 	inline TInt FontCapitalAscent() const;
 	inline TInt FontMaxAscent() const;
 	inline TInt FontStandardDescent() const;
@@ -368,7 +368,7 @@
 private:
 	const COpenFontGlyph* Glyph(TInt aSessionHandle,TInt aCode) const;
 
-	const COpenFontGlyph* FontCacheGlyph(TInt aCode);
+	const COpenFontGlyph* FontCacheGlyph(TInt aCode) const;
 	
 	void SetGlyphCache(COpenFontGlyphCache* aGlyphCache);