summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 28165e6)
raw | patch | inline | side by side (parent: 28165e6)
author | miklosh <miklosh@users.sourceforge.net> | |
Mon, 31 Jul 2006 23:19:08 +0000 (23:19 +0000) | ||
committer | miklosh <miklosh@users.sourceforge.net> | |
Mon, 31 Jul 2006 23:19:08 +0000 (23:19 +0000) |
src/extension/internal/pdf-cairo.h | patch | blob | history |
index 8a7b43f3fda038cd097fef380ecde4d349deb2fd..816d7bfc7f6e0166baa831161bf1ee95bd9e8c69 100644 (file)
void print_fill_style(cairo_t *cr, SPStyle const *const style, NRRect const *pbox);
void print_stroke_style(cairo_t *cr, SPStyle const *style, NRRect const *pbox);
-#ifndef HAVE_PANGO_CAIRO
+#ifndef RENDER_WITH_PANGO_CAIRO
NR::Point draw_glyphs(cairo_t *cr, NR::Point p, PangoFont *font, PangoGlyphString *glyph_string,
bool vertical, bool stroke);
#endif