[cairo-commit] cairo ChangeLog,1.352,1.353
Owen Taylor
commit at pdx.freedesktop.org
Wed Feb 2 18:57:42 PST 2005
Committed by: otaylor
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv25132
Modified Files:
ChangeLog
Log Message:
2005-02-02 Owen Taylor <otaylor at redhat.com>
* src/cairo_win32_font.c (cairo_win32_font_select_font,
cairo_win32_release_font, cairo_win32_font_get_scale_factor):
Add some functions to select the font into a device context
with the intention to enable callers to use, e.g, Uniscribe.
* src/cairo_win32_font.c: Use 'hdc' not 'dc' for param/variable
name.
* src/cairo_win32_font.c (_cairo_win32_font_show_glyphs): Return
immediately if height or width is 0.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.352
retrieving revision 1.353
diff -u -d -r1.352 -r1.353
--- ChangeLog 2 Feb 2005 05:45:51 -0000 1.352
+++ ChangeLog 3 Feb 2005 02:57:40 -0000 1.353
@@ -1,5 +1,18 @@
2005-02-02 Owen Taylor <otaylor at redhat.com>
+ * src/cairo_win32_font.c (cairo_win32_font_select_font,
+ cairo_win32_release_font, cairo_win32_font_get_scale_factor):
+ Add some functions to select the font into a device context
+ with the intention to enable callers to use, e.g, Uniscribe.
+
+ * src/cairo_win32_font.c: Use 'hdc' not 'dc' for param/variable
+ name.
+
+ * src/cairo_win32_font.c (_cairo_win32_font_show_glyphs): Return
+ immediately if height or width is 0.
+
+2005-02-02 Owen Taylor <otaylor at redhat.com>
+
* src/cairo_win32_font.c: Mostly-functioning Win32 font backend;
no glyph paths yet.
More information about the cairo-commit
mailing list