diff options
Diffstat (limited to 'pango/pangocoretext.h')
-rw-r--r-- | pango/pangocoretext.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pango/pangocoretext.h b/pango/pangocoretext.h index 22dd9cb0..9449189a 100644 --- a/pango/pangocoretext.h +++ b/pango/pangocoretext.h @@ -38,6 +38,12 @@ typedef struct _PangoCoreTextFontClass PangoCoreTextFontClass; #if defined(PANGO_ENABLE_ENGINE) || defined(PANGO_ENABLE_BACKEND) +/** + * PANGO_RENDER_TYPE_CORE_TEXT: + * + * A string constant identifying the CoreText renderer. The associated quark (see + * g_quark_from_string()) is used to identify the renderer in pango_find_map(). + */ #define PANGO_RENDER_TYPE_CORE_TEXT "PangoRenderCoreText" #ifdef PANGO_ENABLE_BACKEND |