hb-gobject-enums.h 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. /* This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */
  2. /*
  3. * Copyright (C) 2013 Google, Inc.
  4. *
  5. * This is part of HarfBuzz, a text shaping library.
  6. *
  7. * Permission is hereby granted, without written agreement and without
  8. * license or royalty fees, to use, copy, modify, and distribute this
  9. * software and its documentation for any purpose, provided that the
  10. * above copyright notice and the following two paragraphs appear in
  11. * all copies of this software.
  12. *
  13. * IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
  14. * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
  15. * ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
  16. * IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
  17. * DAMAGE.
  18. *
  19. * THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
  20. * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
  21. * FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
  22. * ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
  23. * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
  24. *
  25. * Google Author(s): Behdad Esfahbod
  26. */
  27. #if !defined(HB_GOBJECT_H_IN) && !defined(HB_NO_SINGLE_HEADER_ERROR)
  28. #error "Include <hb-gobject.h> instead."
  29. #endif
  30. #ifndef HB_GOBJECT_ENUMS_H
  31. #define HB_GOBJECT_ENUMS_H
  32. #include "hb.h"
  33. #include <glib-object.h>
  34. HB_BEGIN_DECLS
  35. HB_EXTERN GType
  36. hb_gobject_aat_layout_feature_type_get_type (void) G_GNUC_CONST;
  37. #define HB_GOBJECT_TYPE_AAT_LAYOUT_FEATURE_TYPE (hb_gobject_aat_layout_feature_type_get_type ())
  38. HB_EXTERN GType
  39. hb_gobject_aat_layout_feature_selector_get_type (void) G_GNUC_CONST;
  40. #define HB_GOBJECT_TYPE_AAT_LAYOUT_FEATURE_SELECTOR (hb_gobject_aat_layout_feature_selector_get_type ())
  41. HB_EXTERN GType
  42. hb_gobject_memory_mode_get_type (void) G_GNUC_CONST;
  43. #define HB_GOBJECT_TYPE_MEMORY_MODE (hb_gobject_memory_mode_get_type ())
  44. HB_EXTERN GType
  45. hb_gobject_glyph_flags_get_type (void) G_GNUC_CONST;
  46. #define HB_GOBJECT_TYPE_GLYPH_FLAGS (hb_gobject_glyph_flags_get_type ())
  47. HB_EXTERN GType
  48. hb_gobject_buffer_content_type_get_type (void) G_GNUC_CONST;
  49. #define HB_GOBJECT_TYPE_BUFFER_CONTENT_TYPE (hb_gobject_buffer_content_type_get_type ())
  50. HB_EXTERN GType
  51. hb_gobject_buffer_flags_get_type (void) G_GNUC_CONST;
  52. #define HB_GOBJECT_TYPE_BUFFER_FLAGS (hb_gobject_buffer_flags_get_type ())
  53. HB_EXTERN GType
  54. hb_gobject_buffer_cluster_level_get_type (void) G_GNUC_CONST;
  55. #define HB_GOBJECT_TYPE_BUFFER_CLUSTER_LEVEL (hb_gobject_buffer_cluster_level_get_type ())
  56. HB_EXTERN GType
  57. hb_gobject_buffer_serialize_flags_get_type (void) G_GNUC_CONST;
  58. #define HB_GOBJECT_TYPE_BUFFER_SERIALIZE_FLAGS (hb_gobject_buffer_serialize_flags_get_type ())
  59. HB_EXTERN GType
  60. hb_gobject_buffer_serialize_format_get_type (void) G_GNUC_CONST;
  61. #define HB_GOBJECT_TYPE_BUFFER_SERIALIZE_FORMAT (hb_gobject_buffer_serialize_format_get_type ())
  62. HB_EXTERN GType
  63. hb_gobject_buffer_diff_flags_get_type (void) G_GNUC_CONST;
  64. #define HB_GOBJECT_TYPE_BUFFER_DIFF_FLAGS (hb_gobject_buffer_diff_flags_get_type ())
  65. HB_EXTERN GType
  66. hb_gobject_direction_get_type (void) G_GNUC_CONST;
  67. #define HB_GOBJECT_TYPE_DIRECTION (hb_gobject_direction_get_type ())
  68. HB_EXTERN GType
  69. hb_gobject_script_get_type (void) G_GNUC_CONST;
  70. #define HB_GOBJECT_TYPE_SCRIPT (hb_gobject_script_get_type ())
  71. HB_EXTERN GType
  72. hb_gobject_ot_color_palette_flags_get_type (void) G_GNUC_CONST;
  73. #define HB_GOBJECT_TYPE_OT_COLOR_PALETTE_FLAGS (hb_gobject_ot_color_palette_flags_get_type ())
  74. HB_EXTERN GType
  75. hb_gobject_ot_layout_glyph_class_get_type (void) G_GNUC_CONST;
  76. #define HB_GOBJECT_TYPE_OT_LAYOUT_GLYPH_CLASS (hb_gobject_ot_layout_glyph_class_get_type ())
  77. HB_EXTERN GType
  78. hb_gobject_ot_layout_baseline_tag_get_type (void) G_GNUC_CONST;
  79. #define HB_GOBJECT_TYPE_OT_LAYOUT_BASELINE_TAG (hb_gobject_ot_layout_baseline_tag_get_type ())
  80. HB_EXTERN GType
  81. hb_gobject_ot_math_constant_get_type (void) G_GNUC_CONST;
  82. #define HB_GOBJECT_TYPE_OT_MATH_CONSTANT (hb_gobject_ot_math_constant_get_type ())
  83. HB_EXTERN GType
  84. hb_gobject_ot_math_kern_get_type (void) G_GNUC_CONST;
  85. #define HB_GOBJECT_TYPE_OT_MATH_KERN (hb_gobject_ot_math_kern_get_type ())
  86. HB_EXTERN GType
  87. hb_gobject_ot_math_glyph_part_flags_get_type (void) G_GNUC_CONST;
  88. #define HB_GOBJECT_TYPE_OT_MATH_GLYPH_PART_FLAGS (hb_gobject_ot_math_glyph_part_flags_get_type ())
  89. HB_EXTERN GType
  90. hb_gobject_ot_meta_tag_get_type (void) G_GNUC_CONST;
  91. #define HB_GOBJECT_TYPE_OT_META_TAG (hb_gobject_ot_meta_tag_get_type ())
  92. HB_EXTERN GType
  93. hb_gobject_ot_metrics_tag_get_type (void) G_GNUC_CONST;
  94. #define HB_GOBJECT_TYPE_OT_METRICS_TAG (hb_gobject_ot_metrics_tag_get_type ())
  95. HB_EXTERN GType
  96. hb_gobject_ot_name_id_predefined_get_type (void) G_GNUC_CONST;
  97. #define HB_GOBJECT_TYPE_OT_NAME_ID_PREDEFINED (hb_gobject_ot_name_id_predefined_get_type ())
  98. HB_EXTERN GType
  99. hb_gobject_ot_var_axis_flags_get_type (void) G_GNUC_CONST;
  100. #define HB_GOBJECT_TYPE_OT_VAR_AXIS_FLAGS (hb_gobject_ot_var_axis_flags_get_type ())
  101. HB_EXTERN GType
  102. hb_gobject_paint_extend_get_type (void) G_GNUC_CONST;
  103. #define HB_GOBJECT_TYPE_PAINT_EXTEND (hb_gobject_paint_extend_get_type ())
  104. HB_EXTERN GType
  105. hb_gobject_paint_composite_mode_get_type (void) G_GNUC_CONST;
  106. #define HB_GOBJECT_TYPE_PAINT_COMPOSITE_MODE (hb_gobject_paint_composite_mode_get_type ())
  107. HB_EXTERN GType
  108. hb_gobject_style_tag_get_type (void) G_GNUC_CONST;
  109. #define HB_GOBJECT_TYPE_STYLE_TAG (hb_gobject_style_tag_get_type ())
  110. HB_EXTERN GType
  111. hb_gobject_unicode_general_category_get_type (void) G_GNUC_CONST;
  112. #define HB_GOBJECT_TYPE_UNICODE_GENERAL_CATEGORY (hb_gobject_unicode_general_category_get_type ())
  113. HB_EXTERN GType
  114. hb_gobject_unicode_combining_class_get_type (void) G_GNUC_CONST;
  115. #define HB_GOBJECT_TYPE_UNICODE_COMBINING_CLASS (hb_gobject_unicode_combining_class_get_type ())
  116. HB_END_DECLS
  117. #endif /* HB_GOBJECT_ENUMS_H */
  118. /* Generated data ends here */