summaryrefslogtreecommitdiff
path: root/pango/fonts.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-05-11 08:22:20 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-05-11 08:22:20 +0000
commitf0f38b3ab2fd9e9a8debe35db71156afc01b5d8c (patch)
tree77fc322e6198986ffc06378a21019eccb3e4c7ce /pango/fonts.c
parent0a7f8d6fb481d2bd502b5f376a0dcef6f82ee0ff (diff)
downloadpango-f0f38b3ab2fd9e9a8debe35db71156afc01b5d8c.tar.gz
Update docs to note a size value of zero may have been set explicitly.
2006-05-11 Behdad Esfahbod <behdad@gnome.org> * pango/fonts.c (pango_font_description_set_size): Update docs to note a size value of zero may have been set explicitly. * pango/pango-context.c (pango_context_load_font): Don't warn if font size if zero. * pango/pangoatsui-fontmap.c (pango_atsui_font_map_load_font): * pango/pangox-fontmap.c (pango_x_font_map_load_font): Don't return if size is zero (probably will fail with no fonts found.) * pango/pangoxft-fontmap.c (pango_xft_font_map_default_substitute): * Xft chokes on size zero. Reassing PIXEL_SIZE to 1.0 if it's zero.
Diffstat (limited to 'pango/fonts.c')
-rw-r--r--pango/fonts.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pango/fonts.c b/pango/fonts.c
index 83cc05d9..df7b0c94 100644
--- a/pango/fonts.c
+++ b/pango/fonts.c
@@ -365,7 +365,8 @@ pango_font_description_set_size (PangoFontDescription *desc,
* Return value: the size field for the font description in points or device units.
* You must call pango_font_description_get_size_is_absolute()
* to find out which is the case. Returns 0 if the size field has not
- * previously been set. pango_font_description_get_set_fields() to
+ * previously been set or it has been set to 0 explicitly.
+ * Use pango_font_description_get_set_fields() to
* find out if the field was explicitely set or not.
**/
gint