summaryrefslogtreecommitdiff
path: root/pango/pangowin32.def
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2001-08-09 05:01:15 +0000
committerAlexander Larsson <alexl@src.gnome.org>2001-08-09 05:01:15 +0000
commit94d2ab7165c8ce889cfd6d237c74b96031ffdb9a (patch)
tree4cfffc75e1d4a8c4645f2d72693672802c1b0bf9 /pango/pangowin32.def
parent53fd91c02a3433a99a1797cc20f5bd7527db414f (diff)
downloadpango-94d2ab7165c8ce889cfd6d237c74b96031ffdb9a.tar.gz
Large rewrite of the win32 backend to use real glyph indexes instead of
2001-08-09 Alexander Larsson <alexl@redhat.com> * pango/pangowin32.h: * pango/pangowin32-private.h: * pango/pangowin32.c: * pango/pangowin32-fontmap.c: * modules/basic/basic-win32.c: * pango/pangowin32.def: Large rewrite of the win32 backend to use real glyph indexes instead of unicode codes. Also drops the subfont thing, thereby simplifying the code immensely. This looses some functionality, but i will add that back soon using global (non backend-specific) aliases. This is the first cut, and is not perfect. It still has some issues and imperfections, but it so clearly better than the current imlementation that I'm checking it in anyway.
Diffstat (limited to 'pango/pangowin32.def')
-rw-r--r--pango/pangowin32.def9
1 files changed, 1 insertions, 8 deletions
diff --git a/pango/pangowin32.def b/pango/pangowin32.def
index 7b1fbf64..d11c1c65 100644
--- a/pango/pangowin32.def
+++ b/pango/pangowin32.def
@@ -8,21 +8,14 @@ EXPORTS
pango_win32_font_map_for_display
pango_win32_font_map_get_font_cache
pango_win32_font_new
- pango_win32_font_subfont_logfont
+ pango_win32_font_logfont
pango_win32_fontmap_cache_add
pango_win32_fontmap_cache_remove
- pango_win32_fontmap_dump
pango_win32_get_context
pango_win32_get_shaper_map
pango_win32_get_unknown_glyph
- pango_win32_has_glyph
- pango_win32_list_subfonts
- pango_win32_load_font
- pango_win32_logfont_has_subrange
pango_win32_make_matching_logfont
pango_win32_render
pango_win32_render_layout
pango_win32_render_layout_line
pango_win32_shutdown_display
- pango_win32_unicode_classify
-