diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-07-03 22:40:20 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-07-03 22:40:20 +0000 |
commit | 6ebb942adbf89cfda1ac868a47057d9cabe91780 (patch) | |
tree | 3ab14e74a3a4c61a0c1e9ae32cfaf6bc13aafaff /pango/pangoft2-private.h | |
parent | 145341236ea2dad9e5a0e7270d0b6dc7d9b09770 (diff) | |
download | pango-6ebb942adbf89cfda1ac868a47057d9cabe91780.tar.gz |
Be more robust when trying to set the unicode character map on the font.
Wed Jul 3 18:39:45 2002 Owen Taylor <otaylor@redhat.com>
* pango/pangoft2.c pango/pangoxft-font.c: Be more
robust when trying to set the unicode character
map on the font.
* pango/pangoft2.c pango/pangoft2-private.h:
Obey FC_HINTING, FC_AUTOHINT.
Diffstat (limited to 'pango/pangoft2-private.h')
-rw-r--r-- | pango/pangoft2-private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pango/pangoft2-private.h b/pango/pangoft2-private.h index 16938c5a..2fe8f719 100644 --- a/pango/pangoft2-private.h +++ b/pango/pangoft2-private.h @@ -65,6 +65,7 @@ struct _PangoFT2Font FcPattern *font_pattern; FT_Face face; + int load_flags; int size; |