diff options
author | Alex Larsson <alexl@redhat.com> | 2001-11-27 19:19:53 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2001-11-27 19:19:53 +0000 |
commit | 02d26fc118ad513f66cf9e9ebf6de1ec3ce548ba (patch) | |
tree | f9186285c6544c351c6b0b11aa8ab9768ab5038a /pango/pangoft2-private.h | |
parent | e369baa4f65aaceb31d8aeaf322e5d1fe0869311 (diff) | |
download | pango-02d26fc118ad513f66cf9e9ebf6de1ec3ce548ba.tar.gz |
pango/pangoft2-private.h Take extra parameter include_size that determines
2001-11-27 Alex Larsson <alexl@redhat.com>
* pango/pangoft2-private.h
* pango/pangoft2-fontmap.c (_pango_ft2_font_desc_from_pattern):
Take extra parameter include_size that determines if the
descriptor includes the size.
* pango/pangoft2.c (_pango_ft2_font_new):
Include size in ft2font->description.
* pango/pangoxft-private.h
* pango/pangoxft-fontmap.c (_pango_xft_font_desc_from_pattern):
Take extra parameter include_size that determines if the
descriptor includes the size.
* pango/pangoxft-font.c:
Include size in xfont->description.
Diffstat (limited to 'pango/pangoft2-private.h')
-rw-r--r-- | pango/pangoft2-private.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pango/pangoft2-private.h b/pango/pangoft2-private.h index 5dd5b3d5..e7276bd3 100644 --- a/pango/pangoft2-private.h +++ b/pango/pangoft2-private.h @@ -112,6 +112,7 @@ void _pango_ft2_font_map_add (PangoFontMap *fontmap, void _pango_ft2_font_map_remove (PangoFontMap *fontmap, PangoFT2Font *ft2font); const char *_pango_ft2_ft_strerror (FT_Error error); -PangoFontDescription *_pango_ft2_font_desc_from_pattern (MiniXftPattern *pattern); +PangoFontDescription *_pango_ft2_font_desc_from_pattern (MiniXftPattern *pattern, + gboolean include_size); #endif /* __PANGOFT2_PRIVATE_H__ */ |