From f0b5286b36fb9eb45bf53ee3a6e2d8b5ee807471 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 1 Jan 2023 17:04:59 -0700 Subject: [PATCH] [features] Sort --- src/hb-features.h.in | 54 ++++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/src/hb-features.h.in b/src/hb-features.h.in index 58646f978..1c936d27b 100644 --- a/src/hb-features.h.in +++ b/src/hb-features.h.in @@ -28,6 +28,27 @@ HB_BEGIN_DECLS +/** + * HB_HAS_CAIRO: + * + * Defined if Harfbuzz has been built with cairo support. + */ +#mesondefine HB_HAS_CAIRO + +/** + * HB_HAS_CORETEXT: + * + * Defined if Harfbuzz has been built with CoreText support. + */ +#mesondefine HB_HAS_CORETEXT + +/** + * HB_HAS_DIRECTWRITE: + * + * Defined if Harfbuzz has been built with DirectWrite support. + */ +#mesondefine HB_HAS_DIRECTWRITE + /** * HB_HAS_FREETYPE: * @@ -42,13 +63,6 @@ HB_BEGIN_DECLS */ #mesondefine HB_HAS_GDI -/** - * HB_HAS_GRAPHITE: - * - * Defined if Harfbuzz has been built with Graphite support. - */ -#mesondefine HB_HAS_GRAPHITE - /** * HB_HAS_GLIB: * @@ -57,25 +71,11 @@ HB_BEGIN_DECLS #mesondefine HB_HAS_GLIB /** - * HB_HAS_UNISCRIBE: + * HB_HAS_GRAPHITE: * - * Defined if Harfbuzz has been built with Uniscribe support. + * Defined if Harfbuzz has been built with Graphite support. */ -#mesondefine HB_HAS_UNISCRIBE - -/** - * HB_HAS_DIRECTWRITE: - * - * Defined if Harfbuzz has been built with DirectWrite support. - */ -#mesondefine HB_HAS_DIRECTWRITE - -/** - * HB_HAS_CORETEXT: - * - * Defined if Harfbuzz has been built with CoreText support. - */ -#mesondefine HB_HAS_CORETEXT +#mesondefine HB_HAS_GRAPHITE /** * HB_HAS_ICU: @@ -85,11 +85,11 @@ HB_BEGIN_DECLS #mesondefine HB_HAS_ICU /** - * HB_HAS_CAIRO: + * HB_HAS_UNISCRIBE: * - * Defined if Harfbuzz has been built with cairo support. + * Defined if Harfbuzz has been built with Uniscribe support. */ -#mesondefine HB_HAS_CAIRO +#mesondefine HB_HAS_UNISCRIBE HB_END_DECLS