summaryrefslogtreecommitdiff
path: root/pango/pango-font.h
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@src.gnome.org>2006-02-02 12:07:17 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-02-02 12:07:17 +0000
commit12bf8f730fe3083800ae5296ddac725b285721be (patch)
tree0bd44b97499a72fa851157a28d51dbd945c213ed /pango/pango-font.h
parentd071090cb8b83d07a251fdae73589265e685809e (diff)
downloadpango-12bf8f730fe3083800ae5296ddac725b285721be.tar.gz
Move PANGO_UNKNOWN_GLYPH_WIDTH/HEIGHT to pango-font.h, which makes
more sense.
Diffstat (limited to 'pango/pango-font.h')
-rw-r--r--pango/pango-font.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/pango/pango-font.h b/pango/pango-font.h
index 8717e3ee..f75add6a 100644
--- a/pango/pango-font.h
+++ b/pango/pango-font.h
@@ -357,6 +357,12 @@ struct _PangoFontClass
void (*_pango_reserved3) (void);
};
+/* used for very rare and miserable situtations that we cannot even
+ * draw a hexbox
+ */
+#define PANGO_UNKNOWN_GLYPH_WIDTH 10
+#define PANGO_UNKNOWN_GLYPH_HEIGHT 14
+
#endif /* PANGO_ENABLE_BACKEND */
G_END_DECLS