Update contrib.
2 * @(#)KernTable.h 1.1 04/10/13
4 * (C) Copyright IBM Corp. 2004-2005 - All Rights Reserved
16 #include "LEFontInstance.h"
17 #include "LEGlyphStorage.h"
25 * Windows type 0 kerning table support only for now.
27 class U_LAYOUT_API KernTable
32 const PairInfo* pairs;
33 const LEFontInstance* font;
34 le_uint16 searchRange;
35 le_uint16 entrySelector;
39 KernTable(const LEFontInstance* font, const void* tableData);
42 * Process the glyph positions.
44 void process(LEGlyphStorage& storage);