os/textandloc/fontservices/textshaperplugin/IcuSource/layout/NonContextualGlyphSubst.h
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 /*
     2  * %W% %E%
     3  *
     4  * (C) Copyright IBM Corp. 1998-2003 - All Rights Reserved
     5  *
     6  */
     7 
     8 #ifndef __NONCONTEXTUALGLYPHSUBSTITUTION_H
     9 #define __NONCONTEXTUALGLYPHSUBSTITUTION_H
    10 
    11 /**
    12  * \file
    13  * \internal
    14  */
    15 
    16 #include "LETypes.h"
    17 #include "LayoutTables.h"
    18 #include "LookupTables.h"
    19 #include "MorphTables.h"
    20 
    21 U_NAMESPACE_BEGIN
    22 
    23 struct NonContextualGlyphSubstitutionHeader : MorphSubtableHeader
    24 {
    25     LookupTable table;
    26 };
    27 
    28 U_NAMESPACE_END
    29 #endif
    30