After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 135518 - Exports missing in 1.3.3
Exports missing in 1.3.3
Status: RESOLVED FIXED
Product: pango
Classification: Platform
Component: win32
1.3.x
Other Linux
: Normal normal
: ---
Assigned To: Tor Lillqvist
pango-maint
Depends on:
Blocks:
 
 
Reported: 2004-02-26 18:09 UTC by J. Ali Harlow
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed fix (749 bytes, patch)
2004-02-26 18:09 UTC, J. Ali Harlow
none Details | Review

Description J. Ali Harlow 2004-02-26 18:09:25 UTC
The following symbols are missing from pango.def:

	pango_font_face_list_sizes
	pango_font_family_is_monospace
	pango_script_for_unichar
	pango_script_get_sample_language
	pango_script_iter_new 
	pango_script_iter_get_range
	pango_script_iter_next
	pango_script_iter_free
There may be more, but this is all I could see.
Comment 1 J. Ali Harlow 2004-02-26 18:09:51 UTC
Created attachment 24817 [details] [review]
Proposed fix
Comment 2 Hans Breuer 2004-02-28 23:31:42 UTC
2004-02-28  Hans Breuer  <hans@breuer.org>

	* pango/pango.def : updated externals including
	patch from J. Ali Harlow <ali@juiblex.co.uk>, fixes bug #135518

	* pango/pangowin32-fontmap.c : implement list_sizes() and
	is_monospace() members