fontservices/fontstore/src/linkedfontsprivate.h
branchRCL_3
changeset 1 e96e8a131979
parent 0 1fb32624e06b
equal deleted inserted replaced
0:1fb32624e06b 1:e96e8a131979
    61 	HBufC* iLinkedTypefaceName;
    61 	HBufC* iLinkedTypefaceName;
    62 	TInt iId;
    62 	TInt iId;
    63 	TInt iSession; //Not owned
    63 	TInt iSession; //Not owned
    64 	TInt iUsageCounter; //
    64 	TInt iUsageCounter; //
    65 
    65 
    66 #ifdef FNTSTORE_SUPPORT_FMM
    66 
    67 	const COpenFontGlyph* GlyphLinked(TInt aCode,TInt*& aNode);
    67 	const COpenFontGlyph* GlyphLinked(TInt aCode,TInt*& aNode);
    68 #else 
       
    69 	const COpenFontGlyph* GlyphLinked(TInt aCode,COpenFontGlyphTreeEntry**& aNode);
       
    70 #endif // FNTSTORE_SUPPORT_FMM
       
    71 	void RasterizeL(TInt aCode,TOpenFontGlyphData* aGlyphData);
    68 	void RasterizeL(TInt aCode,TOpenFontGlyphData* aGlyphData);
    72 	};
    69 	};
    73 
    70 
    74 #endif //LINKEDFONTSPRIVATE_H__
    71 #endif //LINKEDFONTSPRIVATE_H__
    75 
    72