From 02c12b3802bfe4163d1b19a6a3a1daaf947f192d Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 4 Aug 2009 20:27:05 -0400 Subject: [HB] Minor cleanup --- pango/opentype/hb-ot-layout-gdef-private.hh | 2 +- pango/opentype/hb-ot-layout-gpos-private.hh | 2 +- pango/opentype/hb-ot-layout-gsub-private.hh | 2 +- pango/opentype/hb-ot-layout-gsubgpos-private.hh | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pango/opentype/hb-ot-layout-gdef-private.hh b/pango/opentype/hb-ot-layout-gdef-private.hh index 2a96a648..ba34e3ae 100644 --- a/pango/opentype/hb-ot-layout-gdef-private.hh +++ b/pango/opentype/hb-ot-layout-gdef-private.hh @@ -300,7 +300,7 @@ ASSERT_SIZE (MarkGlyphSets, 2); struct GDEF { - static const hb_tag_t Tag = HB_TAG ('G','D','E','F'); + static const hb_tag_t Tag = HB_OT_TAG_GDEF; enum { UnclassifiedGlyph = 0, diff --git a/pango/opentype/hb-ot-layout-gpos-private.hh b/pango/opentype/hb-ot-layout-gpos-private.hh index c245e0f4..4aaefeb8 100644 --- a/pango/opentype/hb-ot-layout-gpos-private.hh +++ b/pango/opentype/hb-ot-layout-gpos-private.hh @@ -1487,7 +1487,7 @@ ASSERT_SIZE (PosLookupList, 2); struct GPOS : GSUBGPOS { - static const hb_tag_t Tag = HB_TAG ('G','P','O','S'); + static const hb_tag_t Tag = HB_OT_TAG_GPOS; static inline const GPOS& get_for_data (const char *data) { return (const GPOS&) GSUBGPOS::get_for_data (data); } diff --git a/pango/opentype/hb-ot-layout-gsub-private.hh b/pango/opentype/hb-ot-layout-gsub-private.hh index 535d6369..db608fd4 100644 --- a/pango/opentype/hb-ot-layout-gsub-private.hh +++ b/pango/opentype/hb-ot-layout-gsub-private.hh @@ -823,7 +823,7 @@ ASSERT_SIZE (SubstLookupList, 2); struct GSUB : GSUBGPOS { - static const hb_tag_t Tag = HB_TAG ('G','S','U','B'); + static const hb_tag_t Tag = HB_OT_TAG_GSUB; static inline const GSUB& get_for_data (const char *data) { return (const GSUB&) GSUBGPOS::get_for_data (data); } diff --git a/pango/opentype/hb-ot-layout-gsubgpos-private.hh b/pango/opentype/hb-ot-layout-gsubgpos-private.hh index 06826912..2f95674b 100644 --- a/pango/opentype/hb-ot-layout-gsubgpos-private.hh +++ b/pango/opentype/hb-ot-layout-gsubgpos-private.hh @@ -835,8 +835,8 @@ ASSERT_SIZE (Extension, 2); struct GSUBGPOS { - static const hb_tag_t GSUBTag = HB_TAG ('G','S','U','B'); - static const hb_tag_t GPOSTag = HB_TAG ('G','P','O','S'); + static const hb_tag_t GSUBTag = HB_OT_TAG_GSUB; + static const hb_tag_t GPOSTag = HB_OT_TAG_GPOS; STATIC_DEFINE_GET_FOR_DATA_CHECK_MAJOR_VERSION (GSUBGPOS, 1, 1); -- cgit v1.2.1