]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/layout/MarkToBasePosnSubtables.h
ICU-64232.0.1.tar.gz
[apple/icu.git] / icuSources / layout / MarkToBasePosnSubtables.h
diff --git a/icuSources/layout/MarkToBasePosnSubtables.h b/icuSources/layout/MarkToBasePosnSubtables.h
deleted file mode 100644 (file)
index 2ea97f8..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-/*
- *
- * (C) Copyright IBM Corp. 1998-2013 - All Rights Reserved
- *
- */
-
-#ifndef __MARKTOBASEPOSITIONINGSUBTABLES_H
-#define __MARKTOBASEPOSITIONINGSUBTABLES_H
-
-/**
- * \file
- * \internal
- */
-
-#include "LETypes.h"
-#include "LEFontInstance.h"
-#include "OpenTypeTables.h"
-#include "GlyphPositioningTables.h"
-#include "AttachmentPosnSubtables.h"
-#include "GlyphIterator.h"
-
-U_NAMESPACE_BEGIN
-
-struct MarkToBasePositioningSubtable : AttachmentPositioningSubtable
-{
-  le_int32   process(const LETableReference &base, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode &success) const;
-    LEGlyphID  findBaseGlyph(GlyphIterator *glyphIterator) const;
-};
-
-struct BaseRecord
-{
-    Offset baseAnchorTableOffsetArray[ANY_NUMBER];
-};
-LE_VAR_ARRAY(BaseRecord, baseAnchorTableOffsetArray)
-
-struct BaseArray
-{
-    le_int16 baseRecordCount;
-    BaseRecord baseRecordArray[ANY_NUMBER];
-};
-LE_VAR_ARRAY(BaseArray, baseRecordArray)
-
-U_NAMESPACE_END
-#endif
-