summaryrefslogtreecommitdiff
path: root/Build/source/libs/icu-xetex/layout/AlternateSubstSubtables.h
diff options
context:
space:
mode:
authorJonathan Kew <jfkthame@googlemail.com>2008-03-04 13:21:23 +0000
committerJonathan Kew <jfkthame@googlemail.com>2008-03-04 13:21:23 +0000
commitf483a5de9331a257f597282e611ecfb63f5ab118 (patch)
tree756baa5a727dd0438448eb380bb6ca81fb41d534 /Build/source/libs/icu-xetex/layout/AlternateSubstSubtables.h
parente2603863b071e717675b6a69e97c45a42e55bf2c (diff)
remove old icu version
git-svn-id: svn://tug.org/texlive/trunk@6841 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/icu-xetex/layout/AlternateSubstSubtables.h')
-rw-r--r--Build/source/libs/icu-xetex/layout/AlternateSubstSubtables.h38
1 files changed, 0 insertions, 38 deletions
diff --git a/Build/source/libs/icu-xetex/layout/AlternateSubstSubtables.h b/Build/source/libs/icu-xetex/layout/AlternateSubstSubtables.h
deleted file mode 100644
index 41e3bc9409d..00000000000
--- a/Build/source/libs/icu-xetex/layout/AlternateSubstSubtables.h
+++ /dev/null
@@ -1,38 +0,0 @@
-/*
- *
- * (C) Copyright IBM Corp. 1998-2004 - All Rights Reserved
- *
- */
-
-#ifndef __ALTERNATESUBSTITUTIONSUBTABLES_H
-#define __ALTERNATESUBSTITUTIONSUBTABLES_H
-
-/**
- * \file
- * \internal
- */
-
-#include "LETypes.h"
-#include "LEGlyphFilter.h"
-#include "OpenTypeTables.h"
-#include "GlyphSubstitutionTables.h"
-#include "GlyphIterator.h"
-
-U_NAMESPACE_BEGIN
-
-struct AlternateSetTable
-{
- le_uint16 glyphCount;
- TTGlyphID alternateArray[ANY_NUMBER];
-};
-
-struct AlternateSubstitutionSubtable : GlyphSubstitutionSubtable
-{
- le_uint16 alternateSetCount;
- Offset alternateSetTableOffsetArray[ANY_NUMBER];
-
- le_uint32 process(GlyphIterator *glyphIterator, const LEGlyphFilter *filter = NULL) const;
-};
-
-U_NAMESPACE_END
-#endif