diff options
author | Jonathan Kew <jfkthame@googlemail.com> | 2009-06-07 09:33:26 +0000 |
---|---|---|
committer | Jonathan Kew <jfkthame@googlemail.com> | 2009-06-07 09:33:26 +0000 |
commit | ea42c25b52af1f3c42723943082884a02323d481 (patch) | |
tree | d58b28e74f133ea4902a9b9f9ceaf5128c082c07 /Build | |
parent | 2bce53708ab727621b16304e07484ad169d4e648 (diff) |
removing Features.h to avoid name conflict
git-svn-id: svn://tug.org/texlive/trunk@13655 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/libs/icu/icu-xetex/layout/Features.h | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/Build/source/libs/icu/icu-xetex/layout/Features.h b/Build/source/libs/icu/icu-xetex/layout/Features.h deleted file mode 100644 index 47563d9d433..00000000000 --- a/Build/source/libs/icu/icu-xetex/layout/Features.h +++ /dev/null @@ -1,44 +0,0 @@ -/* - * - * (C) Copyright IBM Corp. 1998-2004 - All Rights Reserved - * - */ - -#ifndef __FEATURES_H -#define __FEATURES_H - -/** - * \file - * \internal - */ - -#include "LETypes.h" -#include "OpenTypeTables.h" - -U_NAMESPACE_BEGIN - -struct FeatureRecord -{ - ATag featureTag; - Offset featureTableOffset; -}; - -struct FeatureTable -{ - Offset featureParamsOffset; - le_uint16 lookupCount; - le_uint16 lookupListIndexArray[ANY_NUMBER]; -}; - -struct FeatureListTable -{ - le_uint16 featureCount; - FeatureRecord featureRecordArray[ANY_NUMBER]; - - const FeatureTable *getFeatureTable(le_uint16 featureIndex, LETag *featureTag) const; - - const FeatureTable *getFeatureTable(LETag featureTag) const; -}; - -U_NAMESPACE_END -#endif |