summaryrefslogtreecommitdiff
path: root/src/cairo_win32_font.c
AgeCommit message (Expand)AuthorFilesLines
2005-03-28Renamed a bunch of files to use - rather than _ as a separator. Copy happened...Carl Worth1-1252/+0
2005-03-17doc fix - 90 degrees is MI_PI/2 radians.Owen Taylor1-1/+1
2005-03-04src/cairo_win32_font.c src/cairo_win32_surface.c: Update for recent backend i...Owen Taylor1-5/+12
2005-02-06Return the right status. (Reported by Hans Breuer.)Owen Taylor1-1/+1
2005-02-05Free glyph_indices, not glyphs. (Reported by Hans Breuer.)Owen Taylor1-2/+2
2005-02-02src/cairo_font.c src/cairo.h doc/public/cairo-sections.txt: Add cairo_font_ex...Owen Taylor1-4/+5
2005-02-02src/cairo_win32_font.c doc/public/cairo-sections.txt doc/public/Makefile.am: ...Owen Taylor1-1/+1
2005-02-02Add some functions to select the font into a device context with the intentio...Owen Taylor1-104/+227
2005-02-01Mostly-functioning Win32 font backend; no glyph paths yet.Owen Taylor1-273/+533
2005-02-01src/cairo_unicode.c src/cairoint.h src/Makefile.am: Add _cairo_utf8_to_utf16(...Owen Taylor1-153/+634
2005-01-31configure.in src/cairo-features.h.in: Add a check for the Windows platform an...Owen Taylor1-0/+380