summaryrefslogtreecommitdiff
path: root/pango/pango.def
diff options
context:
space:
mode:
authorHans Breuer <hans@breuer.org>2001-09-21 19:51:32 +0000
committerHans Breuer <hans@src.gnome.org>2001-09-21 19:51:32 +0000
commit2437d8fca72e6da68e08e855034178dcad4c1102 (patch)
tree5f31dd72200d8c6092f6acba90f3a14bd6a8df7d /pango/pango.def
parentcab449096df5d3e2029719ab212ea3701e9f3b87 (diff)
downloadpango-2437d8fca72e6da68e08e855034178dcad4c1102.tar.gz
updated externals
2001-09-21 Hans Breuer <hans@breuer.org> * pango/pango.def : updated externals * pango/makefile.msc : build ft2 backend too. * pango/pangowin32-fontmap.c - Convert PangoWin32FamilyEntry into PangoWin32Family deriving from PangoFontFamily. - Convert PangoWin32FontEntry into PangoWin32Face deriving from PangoFontFace. - Change the list_families() method of the PangoWin32FontMap to list PangoFontFamily * rather than names. * pango/pangowin32.c : reflect PangoFontDescription api change * pango/pangowin32.h : don't include pango.h but only the required headers * modules/basic/basic-win32.c : #include "pango-engine.h" * pango/testfonts.c : reflect recent pango api changes
Diffstat (limited to 'pango/pango.def')
-rw-r--r--pango/pango.def37
1 files changed, 34 insertions, 3 deletions
diff --git a/pango/pango.def b/pango/pango.def
index 72004c91..a752e5c1 100644
--- a/pango/pango.def
+++ b/pango/pango.def
@@ -48,7 +48,6 @@ EXPORTS
pango_context_get_metrics
pango_context_get_type
pango_context_list_families
- pango_context_list_fonts
pango_context_load_font
pango_context_new
pango_context_set_base_dir
@@ -69,24 +68,55 @@ EXPORTS
pango_find_map
pango_find_paragraph_boundary
pango_font_describe
+ pango_font_description_better_match
pango_font_description_copy
+ pango_font_description_copy_static
pango_font_description_equal
pango_font_description_free
pango_font_description_from_string
+ pango_font_description_get_family
+ pango_font_description_get_set_fields
+ pango_font_description_get_size
+ pango_font_description_get_stretch
+ pango_font_description_get_style
pango_font_description_get_type
+ pango_font_description_get_variant
+ pango_font_description_get_weight
+ pango_font_description_hash
+ pango_font_description_merge
+ pango_font_description_new
+ pango_font_description_set_family
+ pango_font_description_set_family_static
+ pango_font_description_set_size
+ pango_font_description_set_stretch
+ pango_font_description_set_style
+ pango_font_description_set_variant
+ pango_font_description_set_weight
pango_font_description_to_filename
pango_font_description_to_string
+ pango_font_description_unset_fields
pango_font_descriptions_free
+ pango_font_face_describe
+ pango_font_face_get_face_name
+ pango_font_face_get_type
+ pango_font_family_get_name
+ pango_font_family_get_type
+ pango_font_family_list_faces
pango_font_find_shaper
pango_font_get_coverage
pango_font_get_glyph_extents
pango_font_get_metrics
pango_font_get_type
- pango_font_map_free_families
pango_font_map_get_type
pango_font_map_list_families
- pango_font_map_list_fonts
pango_font_map_load_font
+ pango_font_metrics_get_approximate_char_width
+ pango_font_metrics_get_approximate_digit_width
+ pango_font_metrics_get_ascent
+ pango_font_metrics_get_descent
+ pango_font_metrics_new
+ pango_font_metrics_ref
+ pango_font_metrics_unref
pango_get_lib_subdirectory
pango_get_log_attrs
pango_get_mirror_char
@@ -215,3 +245,4 @@ EXPORTS
pango_underline_get_type
pango_variant_get_type
pango_weight_get_type
+