diff options
author | Carl Worth <cworth@cworth.org> | 2005-09-07 16:57:59 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2005-09-07 16:57:59 +0000 |
commit | 0b9c0efc3a939c2078f0200e9bfaa14651fd7529 (patch) | |
tree | 0e1281704827ab6e06b6494a39c3e2d635e6734b /doc/public/tmpl/cairo-win32-fonts.sgml | |
parent | 63c208d83d4a6e66ee2b15af8e1cd92ed67626b9 (diff) |
Put win32 mutex locking on the 1.2.0 roadmap.
Portability improvements for win32 thanks to Hans Breuer <hans@breuer.org>:
Defined sized-integer types when under the influence of _MSC_VER and without stdint.h.
Use #error which is more portable than #warning, (and more indicative of where we want to be before the next release).
Diffstat (limited to 'doc/public/tmpl/cairo-win32-fonts.sgml')
-rw-r--r-- | doc/public/tmpl/cairo-win32-fonts.sgml | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/doc/public/tmpl/cairo-win32-fonts.sgml b/doc/public/tmpl/cairo-win32-fonts.sgml index 2bc67f4a..3652ccbd 100644 --- a/doc/public/tmpl/cairo-win32-fonts.sgml +++ b/doc/public/tmpl/cairo-win32-fonts.sgml @@ -17,39 +17,3 @@ Font support for Microsoft Windows <!-- ##### SECTION Stability_Level ##### --> -<!-- ##### FUNCTION cairo_win32_font_face_create_for_logfontw ##### --> -<para> - -</para> - -@logfont: -@Returns: - - -<!-- ##### FUNCTION cairo_win32_scaled_font_select_font ##### --> -<para> - -</para> - -@scaled_font: -@hdc: -@Returns: - - -<!-- ##### FUNCTION cairo_win32_scaled_font_done_font ##### --> -<para> - -</para> - -@scaled_font: - - -<!-- ##### FUNCTION cairo_win32_scaled_font_get_metrics_factor ##### --> -<para> - -</para> - -@scaled_font: -@Returns: - - |