]>
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-2013 - All Rights Reserved
16 #include "LETableReference.h"
17 //#include "LEFontInstance.h"
18 //#include "LEGlyphStorage.h"
28 * Windows type 0 kerning table support only for now.
30 class U_LAYOUT_API KernTable
35 LEReferenceToArrayOf
<PairInfo
> pairs
;
36 const LETableReference
&fTable
;
37 le_uint16 searchRange
;
38 le_uint16 entrySelector
;
42 KernTable(const LETableReference
&table
, LEErrorCode
&success
);
45 * Process the glyph positions.
47 void process(LEGlyphStorage
& storage
, LEErrorCode
&success
);