]>
git.saurik.com Git - apple/icu.git/blob - icuSources/layout/MPreFixups.h
3 * (C) Copyright IBM Corp. 2002-2008 - All Rights Reserved
21 // Might want to make this a private member...
24 class MPreFixups
: public UMemory
27 MPreFixups(le_int32 charCount
);
30 void add(le_int32 baseIndex
, le_int32 mpreIndex
);
32 void apply(LEGlyphStorage
&glyphStorage
, LEErrorCode
& success
);
35 FixupData
*fFixupData
;