diff options
author | Tor Lillqvist <tml@iki.fi> | 2001-11-18 23:19:20 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2001-11-18 23:19:20 +0000 |
commit | ba6b12ca588709d4d408e691fbe9698a5a97339d (patch) | |
tree | 93c47454515f8ec1b8917160d4458d6b398426ba /pango/pango.def | |
parent | 1a13cdaaa5b3105902833d4549843942dad9dd72 (diff) | |
download | pango-ba6b12ca588709d4d408e691fbe9698a5a97339d.tar.gz |
Suffix package names with datestamp. Add the Pango modules.
2001-11-19 Tor Lillqvist <tml@iki.fi>
* pango-zip.sh.in: Suffix package names with datestamp. Add
the Pango modules.
* pango/pango.def: pango_context_add_font_map ->
pango_context_set_font_map. Add pango_fontset_*.
* pango/pangoft2.def: Reflect Alexander's changes.
* pango/mini-xft/minixftinit.c (get_xft_default_path): New
function. Use pango_get_sysconf_subdirectory () to construct a
suitable path.
* pango/mini-xft/minixftint.h: On Win32, don't use the hardcoded
/usr/X11R6/lib/X11/XftConfig path (or any other hardcoded path),
but instead the function get_xft_default_path().
* pango/mini-xft/minixftcache.c (MiniXftFileCacheSave): On Win32,
don't use link() and unlink() for the lock file. Instead, use a
lock directory.
Diffstat (limited to 'pango/pango.def')
-rw-r--r-- | pango/pango.def | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/pango/pango.def b/pango/pango.def index 9b71169f..0dc1b6da 100644 --- a/pango/pango.def +++ b/pango/pango.def @@ -42,7 +42,6 @@ EXPORTS pango_color_parse pango_color_get_type pango_config_key_get - pango_context_add_font_map pango_context_get_base_dir pango_context_get_font_description pango_context_get_language @@ -53,6 +52,7 @@ EXPORTS pango_context_new pango_context_set_base_dir pango_context_set_font_description + pango_context_set_font_map pango_context_set_language pango_coverage_copy pango_coverage_from_bytes @@ -118,6 +118,13 @@ EXPORTS pango_font_metrics_new pango_font_metrics_ref pango_font_metrics_unref + pango_fontset_get_font + pango_fontset_get_metrics + pango_fontset_get_type + pango_fontset_simple_append + pango_fontset_simple_get_type + pango_fontset_simple_new + pango_fontset_simple_size pango_get_lib_subdirectory pango_get_log_attrs pango_get_mirror_char |