fontservices/fontstore/inc/OPENFONT.H
changeset 57 01e38b33e72a
parent 51 a7c938434754
--- a/fontservices/fontstore/inc/OPENFONT.H	Wed Aug 18 11:34:25 2010 +0300
+++ b/fontservices/fontstore/inc/OPENFONT.H	Thu Sep 02 22:23:14 2010 +0300
@@ -328,7 +328,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;
@@ -371,7 +371,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);