From 1818b732c12e63af6f61322ca2fde3aad488bbab Mon Sep 17 00:00:00 2001 From: Hib Eris Date: Thu, 2 Feb 2012 15:59:47 +0100 Subject: [PATCH 4/8] gtk-doc: Add more glib API documentation for poppler-document --- glib/poppler-document.h | 26 +++++++++++++------------- 1 files changed, 13 insertions(+), 13 deletions(-) diff --git a/glib/poppler-document.h b/glib/poppler-document.h index eca93d1..efbd205 100644 --- a/glib/poppler-document.h +++ b/glib/poppler-document.h @@ -77,17 +77,17 @@ typedef enum /** * PopplerFontType: * @POPPLER_FONT_TYPE_UNKNOWN: unknown font type - * @POPPLER_FONT_TYPE_TYPE1: - * @POPPLER_FONT_TYPE_TYPE1C: - * @POPPLER_FONT_TYPE_TYPE1COT: - * @POPPLER_FONT_TYPE_TYPE3: - * @POPPLER_FONT_TYPE_TRUETYPE: - * @POPPLER_FONT_TYPE_TRUETYPEOT: - * @POPPLER_FONT_TYPE_CID_TYPE0: - * @POPPLER_FONT_TYPE_CID_TYPE0C: - * @POPPLER_FONT_TYPE_CID_TYPE0COT: - * @POPPLER_FONT_TYPE_CID_TYPE2: - * @POPPLER_FONT_TYPE_CID_TYPE2OT: + * @POPPLER_FONT_TYPE_TYPE1: Type 1 font type + * @POPPLER_FONT_TYPE_TYPE1C: Type 1 font type embedded in Compact Font Format (CFF) font program + * @POPPLER_FONT_TYPE_TYPE1COT: Type 1 font type embedded in OpenType font program + * @POPPLER_FONT_TYPE_TYPE3: A font type that is defined with PDF graphics operators + * @POPPLER_FONT_TYPE_TRUETYPE: TrueType font type + * @POPPLER_FONT_TYPE_TRUETYPEOT: TrueType font type embedded in OpenType font program + * @POPPLER_FONT_TYPE_CID_TYPE0: CIDFont type based on Type 1 font technology + * @POPPLER_FONT_TYPE_CID_TYPE0C: CIDFont type based on Type 1 font technology embedded in CFF font program + * @POPPLER_FONT_TYPE_CID_TYPE0COT: CIDFont type based on Type 1 font technology embedded in OpenType font program + * @POPPLER_FONT_TYPE_CID_TYPE2: CIDFont type based on TrueType font technology + * @POPPLER_FONT_TYPE_CID_TYPE2OT: CIDFont type based on TrueType font technology embedded in OpenType font program * * Font types */ @@ -116,7 +116,7 @@ typedef enum * @POPPLER_VIEWER_PREFERENCES_FIT_WINDOW: resize document's window to fit the size of the first displayed page * @POPPLER_VIEWER_PREFERENCES_CENTER_WINDOW: position the document's window in the center of the screen * @POPPLER_VIEWER_PREFERENCES_DISPLAY_DOC_TITLE: display document title in window's title bar - * @POPPLER_VIEWER_PREFERENCES_DIRECTION_RTL: + * @POPPLER_VIEWER_PREFERENCES_DIRECTION_RTL: the predominant reading order for text is right to left * * Viewer preferences */ @@ -144,7 +144,7 @@ typedef enum /*< flags >*/ * @POPPLER_PERMISSIONS_OK_TO_ASSEMBLE: assemble the document (insert, rotate, or delete pages and create * bookmarks or thumbnail images). Since 0.18 * @POPPLER_PERMISSIONS_OK_TO_PRINT_HIGH_RESOLUTION: document can be printer at high resolution. Since 0.18 - * @POPPLER_PERMISSIONS_FULL: + * @POPPLER_PERMISSIONS_FULL: document permits all operations * * Permissions */ -- 1.7.7