X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/249c4c5ea9376c24572daf9c2effa7484a282f14..3d1f044b704633e2e541231cd17ae9ecf9ad5c7a:/icuSources/layout/MultipleSubstSubtables.h?ds=inline diff --git a/icuSources/layout/MultipleSubstSubtables.h b/icuSources/layout/MultipleSubstSubtables.h deleted file mode 100644 index b2423e09..00000000 --- a/icuSources/layout/MultipleSubstSubtables.h +++ /dev/null @@ -1,40 +0,0 @@ -/* - * - * (C) Copyright IBM Corp. 1998-2013 - All Rights Reserved - * - */ - -#ifndef __MULTIPLESUBSTITUTIONSUBTABLES_H -#define __MULTIPLESUBSTITUTIONSUBTABLES_H - -/** - * \file - * \internal - */ - -#include "LETypes.h" -#include "LEGlyphFilter.h" -#include "OpenTypeTables.h" -#include "GlyphSubstitutionTables.h" -#include "GlyphIterator.h" - -U_NAMESPACE_BEGIN - -struct SequenceTable -{ - le_uint16 glyphCount; - TTGlyphID substituteArray[ANY_NUMBER]; -}; -LE_VAR_ARRAY(SequenceTable, substituteArray) - -struct MultipleSubstitutionSubtable : GlyphSubstitutionSubtable -{ - le_uint16 sequenceCount; - Offset sequenceTableOffsetArray[ANY_NUMBER]; - - le_uint32 process(const LETableReference &base, GlyphIterator *glyphIterator, LEErrorCode& success, const LEGlyphFilter *filter = NULL) const; -}; -LE_VAR_ARRAY(MultipleSubstitutionSubtable, sequenceTableOffsetArray) - -U_NAMESPACE_END -#endif