summaryrefslogtreecommitdiff
path: root/src/cairo-win32-font.c
AgeCommit message (Expand)AuthorFilesLines
2005-09-28Bug #4612, reviewed by cworth.Tor Lillqvist1-4/+4
2005-09-26If GetGlyphOutlineW() fails, set metrics to zero. (#3927, Hans Breuer) (Don't...Tor Lillqvist1-4/+8
2005-09-26Set LOGFONT::lfHeight negative. A negative lfHeight means "em height" which i...Tor Lillqvist1-2/+2
2005-08-19Fixes for a general problem of which bug #4094 was a specific instance:Carl Worth1-3/+1
2005-08-11Re-order cairo_scaled_font->font_face parameter to maintain the font_face,fon...Carl Worth1-3/+8
2005-08-06Remove a non-sensical XXX that crept in at some point; for a solid color, the...Owen Taylor1-1/+0
2005-08-05Rename font_face_backend->create_font to scaled_font_create. Group the scaled...Carl Worth1-7/+7
2005-08-05Rename scaled_font_backend->destroy to the more accurate fini, (since it free...Carl Worth1-2/+2
2005-08-05Rename scaled_font_backend->create to create_toy. Move declaration of cairo_s...Carl Worth1-11/+10
2005-07-29src/cairo-font.c src/cairo-ft-font.c src/cairo-win32-font.c src/cairoint.h: M...Owen Taylor1-3/+1
2005-07-28src/cairo-win32-font.cStuart Parmenter1-2/+2
2005-07-28PassOwen Taylor1-1/+1
2005-07-28Remove all create_in_error functions as they were just muddling up the memory...Carl Worth1-1/+1
2005-07-28src/cairo-font.c src/cairoint.h: Define _cairo_font_face_nil. (cairo_font_fac...Owen Taylor1-2/+4
2005-07-27Go back to returning NULL.Owen Taylor1-4/+2
2005-07-27Add CAIRO_STATUS_INVALID_CONTENT, CAIRO_STATUS_INVALID_FORMAT, and CAIRO_STAT...Carl Worth1-5/+12
2005-07-22Patch from Tor Lillqvist <tml@novell.com>Owen Taylor1-0/+4
2005-07-21src/cairo-font-options.c src/cairo.h src/cairoint.h src/Makefile.am: Add an o...Owen Taylor1-32/+69
2005-06-28Implement.Tor Lillqvist1-5/+128
2005-06-15Remove --only-section-tmpl; it doesn't really work currently :-(.Owen Taylor1-1/+1
2005-06-14Correct extents for text with a general tranform.Tor Lillqvist1-1/+1
2005-06-10Remove STATUS_OK macro which was not being used universally.Carl Worth1-14/+18
2005-06-03Allow NULL as a valid value for several objects. That is, calling reference o...Carl Worth1-0/+3
2005-06-03Add CODING_STYLE document to standardize on some style issues.Carl Worth1-1/+2
2005-06-01Rename CAIRO_OK to STATUS_OK. No intended changes in functionality.Carl Worth1-13/+13
2005-05-11Revive quartz backend.T Rowley1-18/+18
2005-04-08src/cairo.h src/cairo-font.c src/cairoint.h doc/public/cairo-sections.txt: Ad...Owen Taylor1-3/+0
2005-04-07Minor changes to header file inclusion recommended by Oleg Smolsky for better...Carl Worth1-1/+1
2005-04-07Fix various compilation errors.Owen Taylor1-43/+40
2005-04-07src/cairo.h src/cairo-gstate.c src/cairo-font.c: Add a cairo_font_face_t type...Owen Taylor1-269/+295
2005-04-07Rework the cairo_matrix_t interface in several ways. Expose a struct for cair...Carl Worth1-7/+7
2005-03-30A few fixes courtesy of Jason Dorje Short <jdorje@users.sf.net>:Carl Worth1-1/+1
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