Update contrib.
2 **********************************************************************
3 * Copyright (C) 2003, International Business Machines
4 * Corporation and others. All Rights Reserved.
5 **********************************************************************
8 #ifndef __FONTTABLECACHE_H
10 #define __FONTTABLECACHE_H
12 #include "layout/LETypes.h"
15 struct FontTableCacheEntry;
22 virtual ~FontTableCache();
24 const void *find(LETag tableTag) const;
27 virtual const void *readFontTable(LETag tableTag) const = 0;
31 void add(LETag tableTag, const void *table);
33 FontTableCacheEntry *fTableCache;
34 le_int32 fTableCacheCurr;
35 le_int32 fTableCacheSize;