summaryrefslogtreecommitdiff
path: root/src/cairo-win32-font.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-11Add/remove const to cairo_glyph_t* arguments consistentlyBehdad Esfahbod1-1/+1
2006-11-22Replace existing rounding code with _cairo_lroundDaniel Amelang1-6/+8
2006-09-12[win32] correct win32 show_glyphs for non-y-aligned textStuart Parmenter1-0/+16
2006-09-09[win32] Make cairo as a win32 static library possibleVladimir Vukicevic1-0/+10
2006-08-21Get correct unhinted outlines on win32.Adrian Johnson1-25/+61
2006-08-17Only use GGO_GLYPH_INDEX for truetype and opentype fonts on win32.Adrian Johnson1-9/+43
2006-08-02Remove freetype dependency for truetype subsetting code.Adrian Johnson1-0/+28
2006-06-30Update lots of docs.Behdad Esfahbod1-2/+17
2006-06-06Remove initial, final, and duplicate blank lines.Carl Worth1-3/+0
2006-06-06Remove all remaining trailing whitespace.Carl Worth1-15/+15
2006-06-06Remove trailing whitespace from lines that look like comments.Carl Worth1-7/+7
2006-06-06Remove extraneous whitespace from "blank" lines.Carl Worth1-53/+53
2006-05-18[win32] implement win32 show_glyphsStuart Parmenter1-8/+6
2006-05-18[win32] Allow for creating a font from a HFONTStuart Parmenter1-4/+31
2006-02-28Merge branch 'get-type' into cairoCarl Worth1-0/+2
2006-02-27Implement cairo_scaled_font_get_typeCarl Worth1-0/+1
2006-02-27Win32: rename cairo_surface_create_dib to cairo_surface_create_with_dibVladimir Vukicevic1-1/+1
2006-02-27Win32: expose win32 DIB (image) surface creation function, and DC getterVladimir Vukicevic1-1/+1
2006-02-24Implement cairo_font_face_get_type.Carl Worth1-0/+1
2006-01-13Eliminate cast of state->dx.elements which has been wrong since the internals...Carl Worth1-1/+3
2005-12-21Here is a cleaner implementation of the _cairo_array_t change which was previ...Carl Worth1-1/+3
2005-12-21Revert inadvertent commit (immediately previous).Carl Worth1-10/+8
2005-12-21Fix indentation.Carl Worth1-8/+10
2005-12-16Globally rename "operator" to "op", to allow writing backends in C++Christian Biesinger1-4/+4
2005-11-04Rename old, rarely used _cairo_array_append to _cairo_array_append_multiple. ...Carl Worth1-6/+13
2005-10-31Call _cairo_scaled_glyph_set_path().Tor Lillqvist1-0/+4
2005-09-28Note that Bug #4612 (Text not being drawn if first character entirely out of ...Tor Lillqvist1-4/+4
2005-09-26Set LOGFONT::lfHeight negative. A negative lfHeight means "em height" which i...Tor Lillqvist1-10/+16
2005-08-31Add call to XSynchronize, (the expected clip-all failure isn't occuring witho...Carl Worth1-173/+230
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