From: Martin Kretzschmar Date: Wed, 25 Jun 2003 15:38:55 +0000 (+0000) Subject: GnomeFontFace wrapper class for embedded fonts. Originally by me, this X-Git-Tag: GPDF_0_104^0 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=d4eb44bd89910397ec408c047ee54b8297fd585b;p=evince.git GnomeFontFace wrapper class for embedded fonts. Originally by me, this * xpdf/gpdf-font-face.c: GnomeFontFace wrapper class for embedded fonts. Originally by me, this class is from Filip Van Raemdonck. * xpdf/gpdf-font-face.h: header for GPdfFontFace. * xpdf/Makefile.am (libgpdf_a_SOURCES): build gpdf-font-face.[hc]. (INCLUDES): propagate cflags for private gnome-print headers. * xpdf/GPOutputDev.cc (getFontFaceEmbedded): s/gnome_font_face_download/gpdf_font_face_download/. * configure.in (HAVE_FONT_EMBEDDING): compile with font-embedding if complete private gnome-print headers are installed. * NEWS: updated. --- diff --git a/pdf/xpdf/Makefile.am b/pdf/xpdf/Makefile.am index 184b8cb7..c85699ac 100644 --- a/pdf/xpdf/Makefile.am +++ b/pdf/xpdf/Makefile.am @@ -8,6 +8,7 @@ INCLUDES = \ -DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ -DGNOMEICONDIR=\""$(datadir)/pixmaps"\" \ $(EXTRA_GNOME_CFLAGS) \ + $(GNOME_PRINT_PRIVATE_CFLAGS) \ $(WARN_CFLAGS) \ $(libpaper_CFLAGS) @@ -148,6 +149,8 @@ libgpdf_a_SOURCES = \ pdf-info-dict-util.h \ pdf-properties-display.c \ pdf-properties-display.h \ + gpdf-font-face.c \ + gpdf-font-face.h \ $(marshal_sources) gnome_pdf_viewer_SOURCES = \