os/textandloc/fontservices/textshaperplugin/IcuSource/layout/ExtensionSubtables.h
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/textandloc/fontservices/textshaperplugin/IcuSource/layout/ExtensionSubtables.h	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,36 @@
     1.4 +/*
     1.5 + * %W% %E%
     1.6 + *
     1.7 + * (C) Copyright IBM Corp. 2002-2003 - All Rights Reserved
     1.8 + *
     1.9 + */
    1.10 +
    1.11 +#ifndef __EXTENSIONSUBTABLES_H
    1.12 +#define __EXTENSIONSUBTABLES_H
    1.13 +
    1.14 +/**
    1.15 + * \file
    1.16 + * \internal
    1.17 + */
    1.18 +
    1.19 +#include "LETypes.h"
    1.20 +#include "OpenTypeTables.h"
    1.21 +#include "GlyphSubstitutionTables.h"
    1.22 +#include "LookupProcessor.h"
    1.23 +#include "GlyphIterator.h"
    1.24 +
    1.25 +U_NAMESPACE_BEGIN
    1.26 +
    1.27 +struct ExtensionSubtable //: GlyphSubstitutionSubtable
    1.28 +{
    1.29 +    le_uint16 substFormat;
    1.30 +    le_uint16 extensionLookupType;
    1.31 +    le_uint32 extensionOffset;
    1.32 +
    1.33 +    le_uint32 process(const LookupProcessor *lookupProcessor, le_uint16 lookupType,
    1.34 +                      GlyphIterator *glyphIterator, const LEFontInstance *fontInstance,
    1.35 +                      LEErrorCode& success) const;
    1.36 +};
    1.37 +
    1.38 +U_NAMESPACE_END
    1.39 +#endif