src/share/native/sun/font/layout/ContextualGlyphSubstitution.h

Print this page
rev 663 : 6501644: sync LayoutEngine *code* structure to match ICU
Reviewed-by: prr, omajid

@@ -30,15 +30,22 @@
  */
 
 #ifndef __CONTEXTUALGLYPHSUBSTITUTION_H
 #define __CONTEXTUALGLYPHSUBSTITUTION_H
 
+/**
+ * \file
+ * \internal
+ */
+
 #include "LETypes.h"
 #include "LayoutTables.h"
 #include "StateTables.h"
 #include "MorphTables.h"
 
+U_NAMESPACE_BEGIN
+
 struct ContextualGlyphSubstitutionHeader : MorphStateTableHeader
 {
     ByteOffset  substitutionTableOffset;
 };
 

@@ -53,6 +60,7 @@
 {
     WordOffset markOffset;
     WordOffset currOffset;
 };
 
+U_NAMESPACE_END
 #endif