src/share/native/sun/font/layout/Features.h
Print this page
rev 663 : 6501644: sync LayoutEngine *code* structure to match ICU
Reviewed-by: prr, omajid
*** 30,42 ****
--- 30,49 ----
*/
#ifndef __FEATURES_H
#define __FEATURES_H
+ /**
+ * \file
+ * \internal
+ */
+
#include "LETypes.h"
#include "OpenTypeTables.h"
+ U_NAMESPACE_BEGIN
+
struct FeatureRecord
{
ATag featureTag;
Offset featureTableOffset;
};
*** 56,61 ****
--- 63,69 ----
const FeatureTable *getFeatureTable(le_uint16 featureIndex, LETag *featureTag) const;
const FeatureTable *getFeatureTable(LETag featureTag) const;
};
+ U_NAMESPACE_END
#endif