< prev index next >

src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-default.cc

Print this page




  23  *
  24  * Google Author(s): Behdad Esfahbod
  25  */
  26 
  27 #include "hb-ot-shape-complex-private.hh"
  28 
  29 
  30 const hb_ot_complex_shaper_t _hb_ot_complex_shaper_default =
  31 {
  32   "default",
  33   NULL, /* collect_features */
  34   NULL, /* override_features */
  35   NULL, /* data_create */
  36   NULL, /* data_destroy */
  37   NULL, /* preprocess_text */
  38   NULL, /* postprocess_glyphs */
  39   HB_OT_SHAPE_NORMALIZATION_MODE_DEFAULT,
  40   NULL, /* decompose */
  41   NULL, /* compose */
  42   NULL, /* setup_masks */

  43   HB_OT_SHAPE_ZERO_WIDTH_MARKS_BY_GDEF_LATE,
  44   true, /* fallback_position */
  45 };


  23  *
  24  * Google Author(s): Behdad Esfahbod
  25  */
  26 
  27 #include "hb-ot-shape-complex-private.hh"
  28 
  29 
  30 const hb_ot_complex_shaper_t _hb_ot_complex_shaper_default =
  31 {
  32   "default",
  33   NULL, /* collect_features */
  34   NULL, /* override_features */
  35   NULL, /* data_create */
  36   NULL, /* data_destroy */
  37   NULL, /* preprocess_text */
  38   NULL, /* postprocess_glyphs */
  39   HB_OT_SHAPE_NORMALIZATION_MODE_DEFAULT,
  40   NULL, /* decompose */
  41   NULL, /* compose */
  42   NULL, /* setup_masks */
  43   NULL, /* disable_otl */
  44   HB_OT_SHAPE_ZERO_WIDTH_MARKS_BY_GDEF_LATE,
  45   true, /* fallback_position */
  46 };
< prev index next >