diff options
author | Hans Breuer <hans@breuer.org> | 2004-11-21 20:30:35 +0000 |
---|---|---|
committer | Hans Breuer <hans@src.gnome.org> | 2004-11-21 20:30:35 +0000 |
commit | 878588edfd26a03c2765024cc38de6f4f16d7e8f (patch) | |
tree | bf6be4328bd1570f4008c6272486d91243eb0e3d /pango/pangowin32.h | |
parent | 422236540a62ce8817f9befe4dd981a9b76d8fda (diff) | |
download | pango-878588edfd26a03c2765024cc38de6f4f16d7e8f.tar.gz |
updated
2004-11-21 Hans Breuer <hans@breuer.org>
* pango/makefile.msc : updated
* pango/pangowin32.[ch] pango/pangowin32.def : implement
pango_win32_render_transformed() by using the transformation
capabilities of GDI (not available on win9x)
Diffstat (limited to 'pango/pangowin32.h')
-rw-r--r-- | pango/pangowin32.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pango/pangowin32.h b/pango/pangowin32.h index ece1b829..fb56d7f0 100644 --- a/pango/pangowin32.h +++ b/pango/pangowin32.h @@ -57,6 +57,12 @@ void pango_win32_render_layout (HDC hdc, int x, int y); +void pango_win32_render_transformed (HDC hdc, + const PangoMatrix *matrix, + PangoFont *font, + PangoGlyphString *glyphs, + int x, + int y); #ifdef PANGO_ENABLE_ENGINE |