]> git.saurik.com Git - apple/icu.git/blame - icuSources/layout/NonContextualGlyphSubst.h
ICU-8.11.tar.gz
[apple/icu.git] / icuSources / layout / NonContextualGlyphSubst.h
CommitLineData
b75a7d8f
A
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
21U_NAMESPACE_BEGIN
22
23struct NonContextualGlyphSubstitutionHeader : MorphSubtableHeader
24{
25 LookupTable table;
26};
27
28U_NAMESPACE_END
29#endif
30