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/pangoft2.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/pangoft2.def')
-rw-r--r-- | pango/pangoft2.def | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/pango/pangoft2.def b/pango/pangoft2.def index 80e3c338..e2233785 100644 --- a/pango/pangoft2.def +++ b/pango/pangoft2.def @@ -1,20 +1,10 @@ EXPORTS - pango_ft2_font_cache_free - pango_ft2_font_cache_load - pango_ft2_font_cache_new - pango_ft2_font_cache_unload + pango_ft2_font_get_coverage + pango_ft2_font_get_face pango_ft2_font_get_kerning pango_ft2_font_map_for_display - pango_ft2_font_map_get_font_cache - pango_ft2_font_subfont_open_args - pango_ft2_fontmap_dump - pango_ft2_ft_strerror pango_ft2_get_context - pango_ft2_get_coverage - pango_ft2_get_face pango_ft2_get_unknown_glyph - pango_ft2_load_font - pango_ft2_n_subfonts pango_ft2_render pango_ft2_render_layout pango_ft2_render_layout_line |