X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/249c4c5ea9376c24572daf9c2effa7484a282f14..3d1f044b704633e2e541231cd17ae9ecf9ad5c7a:/icuSources/layout/CursiveAttachmentSubtables.h?ds=sidebyside diff --git a/icuSources/layout/CursiveAttachmentSubtables.h b/icuSources/layout/CursiveAttachmentSubtables.h deleted file mode 100644 index ceca0e16..00000000 --- a/icuSources/layout/CursiveAttachmentSubtables.h +++ /dev/null @@ -1,42 +0,0 @@ -/* - * - * (C) Copyright IBM Corp. 1998-2013 - All Rights Reserved - * - */ - -#ifndef __CURSIVEATTACHMENTSUBTABLES_H -#define __CURSIVEATTACHMENTSUBTABLES_H - -/** - * \file - * \internal - */ - -#include "LETypes.h" -#include "OpenTypeTables.h" -#include "GlyphPositioningTables.h" - -U_NAMESPACE_BEGIN - -class LEFontInstance; -class GlyphIterator; - -struct EntryExitRecord -{ - Offset entryAnchor; - Offset exitAnchor; -}; - -struct CursiveAttachmentSubtable : GlyphPositioningSubtable -{ - le_uint16 entryExitCount; - EntryExitRecord entryExitRecords[ANY_NUMBER]; - - le_uint32 process(const LEReferenceTo &base, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode &success) const; -}; -LE_VAR_ARRAY(CursiveAttachmentSubtable, entryExitRecords) - -U_NAMESPACE_END -#endif - -