index
:
~emmanuel/cairo
master
svg-text
Emmanuel's cairo repository - SVG backend work
emmanuel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-win32-font.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-31
Remove useless checks for NULL before freeing
Andrea Canciani
1
-16
/
+9
2011-07-31
font-face: Cleanup backend-specific destruction code
Andrea Canciani
1
-4
/
+0
2011-07-22
Check glyph_index range in _index_to_glyph_name
Adrian Johnson
1
-1
/
+3
2011-07-19
build: Fix compilation
Andrea Canciani
1
-0
/
+1
2011-07-18
Add win32 font backend functions for Type 1 subsetting
Adrian Johnson
1
-1
/
+65
2011-06-20
win32-font: Improve static data reset function
Andrea Canciani
1
-23
/
+9
2011-06-20
win32-font: Implement destroy function
Andrea Canciani
1
-5
/
+35
2011-06-20
win32-font: Do not return font in error status
Andrea Canciani
1
-2
/
+8
2010-11-23
Document load_truetype_table function and ensure ft-font and Win32-font are c...
Adrian Johnson
1
-2
/
+5
2010-11-23
win32: add synthetic font subsetting support
Adrian Johnson
1
-0
/
+27
2010-11-18
win32: fix font_face hashing
Adrian Johnson
1
-4
/
+2
2010-11-16
win32: Use a font_face hash table to provide unique font faces
Adrian Johnson
1
-5
/
+158
2010-07-08
doc: Move tmpl/ docs to inline docs
Benjamin Otte
1
-0
/
+17
2010-05-14
Bug 28100 - Font option CAIRO_HINT_METRICS_OFF unhonoured on win32
Richard Procter
1
-1
/
+1
2010-05-11
win32: Grow glyph extents to account for ClearType
Jonathan Kew
1
-0
/
+13
2010-04-27
Update FSF address
Andrea Canciani
1
-1
/
+1
2010-01-22
Move _cairo_error() to a standalone header
Chris Wilson
1
-0
/
+1
2009-10-21
Support component-alpha.
Chris Wilson
1
-6
/
+4
2009-08-29
[win32] Use the system scaled_font_done
Chris Wilson
1
-1
/
+4
2009-07-23
Remove clip handling from generic surface layer.
Chris Wilson
1
-6
/
+10
2009-06-10
[win32-font] Non-fatal error from GetGlyphOutlineW(GGO_METRICS)
Chris Wilson
1
-8
/
+2
2009-05-17
Ensure win32 font index_to_ucs4() sets ucs4 to -1 if lookup fails
Adrian Johnson
1
-0
/
+1
2009-03-30
[win32] Fix horizontal glyph positioning bug
Jonathan Kew
1
-5
/
+5
2008-12-22
win32-font: truncate instead of fail if toy font name too long
Adrian Johnson
1
-5
/
+4
2008-12-21
Fix win32 font breakage
Adrian Johnson
1
-4
/
+2
2008-12-18
Merge branch '1.8'
Jeff Muizelaar
1
-2
/
+4
2008-12-18
Fix _compute_transform to check for nearly degenerate matrices
Jeff Muizelaar
1
-2
/
+4
2008-12-17
Clean up toy font face handling
Behdad Esfahbod
1
-13
/
+7
2008-10-30
[pattern] Avoid needless copying of patterns.
Chris Wilson
1
-13
/
+13
2008-10-22
[win32] Correct error paths in text_to_glyphs().
Chris Wilson
1
-3
/
+4
2008-10-22
Map toy font face to implementation.
Chris Wilson
1
-0
/
+2
2008-10-22
Ensure that the scaled font is frozen for the lifetime of the scaled glyph.
Chris Wilson
1
-3
/
+9
2008-08-27
Rename _cairo_matrix_compute_scale_factors to _cairo_matrix_compute_basis_sca...
Behdad Esfahbod
1
-1
/
+1
2008-08-17
[win32-font] Review error handling.
Chris Wilson
1
-111
/
+133
2008-08-10
win32-font: Make cairo_show_text() work again
Adrian Johnson
1
-2
/
+32
2008-08-08
Add cairo_scaled_font_text_to_glyphs()
Behdad Esfahbod
1
-1
/
+1
2008-06-29
Remove unused map_glyphs_to_unicode functions
Adrian Johnson
1
-96
/
+0
2008-06-29
Implement win32 index_to_ucs4 font backend function
Adrian Johnson
1
-0
/
+93
2008-06-22
Rename cairo_win32_scaled_font_backend to _cairo_win32_scaled_font_backend
Behdad Esfahbod
1
-4
/
+4
2008-05-23
[cairo-xlib] Fix show_glyphs when failing to upload a glyph
Behdad Esfahbod
1
-1
/
+2
2008-05-09
[cairo-win32-font.c] Return error on font type mismatch
Behdad Esfahbod
1
-0
/
+27
2008-05-04
win32-font: Check status in load_truetype_table
Adrian Johnson
1
-1
/
+3
2008-05-04
Eliminate warning in win32 load_truetype_table with bitmap fonts
Adrian Johnson
1
-2
/
+2
2008-05-04
Fix bug in win32 font metrics with bitmap fonts
Adrian Johnson
1
-1
/
+1
2008-05-04
Fix win32 bitmap font metrics when device scale != 1
Adrian Johnson
1
-2
/
+2
2008-05-04
Make win32-printing surface work with bitmap fonts
Adrian Johnson
1
-0
/
+10
2008-04-13
win32: Fix broken printing of type1 fonts
Adrian Johnson
1
-0
/
+10
2008-03-26
Win32: Fix bug in cairo_win32_font_face_create_for_hfont()
Adrian Johnson
1
-1
/
+1
2008-02-15
[cairo-font-options] Disallow use of NULL font-options.
Chris Wilson
1
-2
/
+2
2008-01-29
wAdd proper error propagation to _cairo_matrix_compute_scale_factors
Carl Worth
1
-8
/
+12
[next]