]>
git.saurik.com Git - apple/icu.git/blob - icuSources/layout/KernTable.h
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"
27 * Windows type 0 kerning table support only for now.
29 class U_LAYOUT_API KernTable
34 const PairInfo
* pairs
;
35 const LEFontInstance
* font
;
36 le_uint16 searchRange
;
37 le_uint16 entrySelector
;
41 KernTable(const LEFontInstance
* font
, const void* tableData
);
44 * Process the glyph positions.
46 void process(LEGlyphStorage
& storage
);