Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend/ev-document-fonts.h
diff options
context:
space:
mode:
authorMartin Kretzschmar <martink@src.gnome.org>2005-07-24 19:00:45 (GMT)
committer Martin Kretzschmar <martink@src.gnome.org>2005-07-24 19:00:45 (GMT)
commitdccf9855895c5f35bb0899bbd9c093baef02efc7 (patch)
tree7c41d6bd3a72f549e001961ce7438ccbd525acd0 /backend/ev-document-fonts.h
parentcb35b406df957dbadf93bcd8f90b55c2e4c1d7ac (diff)
Bug #311280
* pdf/ev-poppler.cc (font_type_to_string): new, returns user readable name for PopplerFontTypes (pdf_document_fonts_fill_model): add font type to the detail column * backend/ev-document-fonts.h: added EV_DOCUMENT_FONTS_COLUMN_DETAILS. * shell/ev-properties-fonts.c (font_cell_data_func): glue together font name and font details, add a little markup. (ev_properties_fonts_init): use the new cell data func, specify ypad property for the cell renderer. (ev_properties_fonts_set_document): add the details column.
Diffstat (limited to 'backend/ev-document-fonts.h')
-rw-r--r--backend/ev-document-fonts.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/ev-document-fonts.h b/backend/ev-document-fonts.h
index d069b9d..c9f58f5 100644
--- a/backend/ev-document-fonts.h
+++ b/backend/ev-document-fonts.h
@@ -46,6 +46,7 @@ typedef struct _EvDocumentFontsIface EvDocumentFontsIface;
enum {
EV_DOCUMENT_FONTS_COLUMN_NAME,
+ EV_DOCUMENT_FONTS_COLUMN_DETAILS,
EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS
};