diff options
author | Hans Breuer <hans@breuer.org> | 2001-02-19 20:53:56 +0000 |
---|---|---|
committer | Hans Breuer <hans@src.gnome.org> | 2001-02-19 20:53:56 +0000 |
commit | a7e7e50eea273f1b7f50da041bea1a53782b06f8 (patch) | |
tree | 815a65c866ac716200fe8d004631df0372be20ad /pango/pango.def | |
parent | f261f4ca89bade8bf24ef5a76dbb68bd113cc748 (diff) | |
download | pango-a7e7e50eea273f1b7f50da041bea1a53782b06f8.tar.gz |
added _pango_included_win32_modules[] to include modules with plain win32
2001-02-19 Hans Breuer <hans@breuer.org>
* pango/modules.h, pango/pangowin32.c (pango_win32_get_context) :
added _pango_included_win32_modules[] to include modules with plain
win32 build as well.
* pango/pango.def : added new exported functions
* pango/pangowin32-fontmap.c : add unspecified fonts for Monospace,
Sans and Serif to avoid crashes if no alias file is provided
* pango/*/makefile.msc : new files to build on windoze with msvc
Diffstat (limited to 'pango/pango.def')
-rw-r--r-- | pango/pango.def | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/pango/pango.def b/pango/pango.def index 1828f007..242b37e1 100644 --- a/pango/pango.def +++ b/pango/pango.def @@ -96,7 +96,9 @@ EXPORTS pango_item_new pango_itemize pango_layout_context_changed + pango_layout_copy pango_layout_get_alignment + pango_layout_get_attributes pango_layout_get_context pango_layout_get_cursor_pos pango_layout_get_extents @@ -128,13 +130,13 @@ EXPORTS pango_layout_iter_get_line_yrange pango_layout_iter_get_run pango_layout_iter_get_run_extents - pango_layout_line_get_extents - pango_layout_line_get_pixel_extents - pango_layout_line_get_x_ranges pango_layout_iter_next_char pango_layout_iter_next_cluster pango_layout_iter_next_line pango_layout_iter_next_run + pango_layout_line_get_extents + pango_layout_line_get_pixel_extents + pango_layout_line_get_x_ranges pango_layout_line_index_to_x pango_layout_line_ref pango_layout_line_unref @@ -150,6 +152,7 @@ EXPORTS pango_layout_set_tabs pango_layout_set_text pango_layout_set_width + pango_layout_set_wrap pango_layout_xy_to_index pango_log2vis_get_embedding_levels pango_map_get_engine |