< prev index next >

src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-use-private.hh

Print this page

        

@@ -85,11 +85,12 @@
   USE_VMAbv     = 37,   /* VOWEL_MOD_ABOVE */
   USE_VMBlw     = 38,   /* VOWEL_MOD_BELOW */
   USE_VMPst     = 39,   /* VOWEL_MOD_POST */
   USE_VMPre     = 23,   /* VOWEL_MOD_PRE */
   USE_SMAbv     = 41,   /* SYM_MOD_ABOVE */
-  USE_SMBlw     = 42    /* SYM_MOD_BELOW */
+  USE_SMBlw     = 42,   /* SYM_MOD_BELOW */
+  USE_CS        = 43    /* CONS_WITH_STACKER */
 };
 
 HB_INTERNAL USE_TABLE_ELEMENT_TYPE
 hb_use_get_categories (hb_codepoint_t u);
 
< prev index next >