fontservices/fontstore/inc/OPENFONT.H
changeset 53 11e2bb0d14ba
parent 46 6124ff6478cc
--- a/fontservices/fontstore/inc/OPENFONT.H	Mon Jul 12 15:26:00 2010 +0800
+++ b/fontservices/fontstore/inc/OPENFONT.H	Thu Aug 26 11:46:18 2010 +0800
@@ -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);