Update contrib.
1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
18 #ifndef __FONTSCACHE_H__
19 #define __FONTSCACHE_H__
24 #include "CacheBase.h"
27 A font cache that inherits from CCacheBase
29 NONSHARABLE_CLASS(CFontsCache) : public CCacheBase
35 TInt UseL(TInt aHandle);
36 const CFont* Resolve(TInt aHandle);
39 #endif //__FONTSCACHE_H__