From 2437d8fca72e6da68e08e855034178dcad4c1102 Mon Sep 17 00:00:00 2001 From: Hans Breuer Date: Fri, 21 Sep 2001 19:51:32 +0000 Subject: updated externals 2001-09-21 Hans Breuer * 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 --- pango/pango.def | 37 ++++++++++++++++++++++++++++++++++--- 1 file changed, 34 insertions(+), 3 deletions(-) (limited to 'pango/pango.def') 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 + -- cgit v1.2.1