diff options
author | Havoc Pennington <hp@redhat.com> | 2001-02-28 21:15:15 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2001-02-28 21:15:15 +0000 |
commit | 94742208d8f1e274d8a5db4515acfbd4b3d9e4fa (patch) | |
tree | 57e31004de3d14316ad1d54a416bf680b45c3cf2 /pango/pango-font.h | |
parent | 77626cb70d108fcba67dbc6085b864fcf166598d (diff) | |
download | pango-94742208d8f1e274d8a5db4515acfbd4b3d9e4fa.tar.gz |
add approximate_digit_width field
2001-02-28 Havoc Pennington <hp@redhat.com>
* pango/pango-font.h (struct _PangoFontMetrics): add
approximate_digit_width field
* pango/pangox.c (pango_x_font_get_metrics): make up an
approximate digit width number
Diffstat (limited to 'pango/pango-font.h')
-rw-r--r-- | pango/pango-font.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pango/pango-font.h b/pango/pango-font.h index 109a7819..d0619f24 100644 --- a/pango/pango-font.h +++ b/pango/pango-font.h @@ -91,6 +91,7 @@ struct _PangoFontMetrics int ascent; int descent; int approximate_char_width; + int approximate_digit_width; }; PangoFontDescription *pango_font_description_copy (const PangoFontDescription *desc); |