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-type1-subset.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-11-23
Use fallback font for synthetic fonts
Adrian Johnson
1
-0
/
+5
2010-11-06
Move glyph names into separate file
Adrian Johnson
1
-280
/
+1
2010-10-24
Type 1 subset: Fix glyph advance
Adrian Johnson
1
-15
/
+15
2010-10-06
CFF subset: add support for latin subsets
Adrian Johnson
1
-6
/
+7
2010-10-01
Type 1 subsetting: add support for latin subsets
Adrian Johnson
1
-8
/
+24
2010-10-01
Add winansi glyph names
Adrian Johnson
1
-0
/
+92
2010-10-01
Fix font metrics in PDF Type 1 fonts
Adrian Johnson
1
-6
/
+6
2010-05-16
type1: Use correct glyph advance when subsetting type 1 fonts
Adrian Johnson
1
-3
/
+3
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
2010-01-08
type1: Destroy the output stream.
Chris Wilson
1
-13
/
+15
2009-11-08
Type1-subset: Append "cleartomark" operator for binary fonts that don't inclu...
Adrian Johnson
1
-7
/
+15
2009-11-08
Type1-subset: Check for binary eexec data
Adrian Johnson
1
-1
/
+7
2009-11-07
Type 1 subset: Don't add a new line when in binary mode
Adrian Johnson
1
-1
/
+2
2009-10-29
Provide a builtin implementation of isspace() and isdigit()
Adrian Johnson
1
-9
/
+7
2008-11-29
Mark allocation failures as unlikely.
Chris Wilson
1
-11
/
+11
2008-11-29
Mark if(status) as being unlikely.
Chris Wilson
1
-23
/
+23
2008-11-16
[type1] Propagate fatal NO_MEMORY erro from FreeType.
Chris Wilson
1
-2
/
+12
2008-11-02
type1-subset: return unsupported on FT errors
Adrian Johnson
1
-8
/
+4
2008-10-16
[type1] Add comment to warn about read() as macro.
Chris Wilson
1
-0
/
+5
2008-10-15
[type1] Protect against read macro
Chris Wilson
1
-4
/
+4
2008-09-06
[type1] Allocate the temporary subsetter on the stack.
Chris Wilson
1
-44
/
+31
2008-09-02
Revamp the build system.
Behdad Esfahbod
1
-0
/
+10
2008-06-03
Disable UniqueID font check in Type 1 subset font
Adrian Johnson
1
-3
/
+27
2008-06-03
Remove XUID key from subsetted Type 1 fonts
Adrian Johnson
1
-5
/
+6
2008-06-03
Remove UniqueID key from subsetted Type 1 fonts
Adrian Johnson
1
-0
/
+59
2008-06-03
Ensure eexec encryption in subsetted Type 1 font is compliant (#13679)
Adrian Johnson
1
-0
/
+18
2008-04-04
Add links to the font specifications.
Chris Wilson
1
-0
/
+5
2008-03-12
Define _BSD_SOURCE to enable prototypes for strdup, snprintf.
Chris Wilson
1
-0
/
+1
2008-01-20
Type1-subset: Add newline to the end of the font
Adrian Johnson
1
-0
/
+3
2008-01-16
[cairo-output-stream] Introduce _cairo_output_stream_create_in_error()
Chris Wilson
1
-2
/
+3
2008-01-11
Type1-subset: Font name may be NULL
Adrian Johnson
1
-13
/
+24
2008-01-03
[cairo-type1-subset] Remove the unused return value.
Chris Wilson
1
-6
/
+3
2007-10-06
Type1 subset: Add check for CFF fonts
Adrian Johnson
1
-0
/
+8
2007-10-05
Cleanup a couple of warnings for use of uninitialized statuses.
Chris Wilson
1
-1
/
+3
2007-10-05
[cairo-type1-subset] Propagate error status (correctly!)
Chris Wilson
1
-147
/
+146
2007-10-04
[cairo-type1-subset] Do not mask error returns.
Chris Wilson
1
-42
/
+81
2007-10-04
[cairo-error] Clean up all the warnings and missing _cairo_error() calls.
Chris Wilson
1
-15
/
+15
2007-10-04
[malloc/error] Add call to _cairo_error() after a failed malloc.
Chris Wilson
1
-6
/
+20
2007-09-23
[type1-subset] only subset ft fonts
Brian Ewins
1
-0
/
+2
2007-05-18
[Type1] #include <ctype.h> (#10989)
Behdad Esfahbod
1
-0
/
+2
2007-04-20
Exclude Type1 fonts from CID subsets
Adrian Johnson
1
-0
/
+27
2007-04-20
Add support for creating CID/composite font subsets
Adrian Johnson
1
-3
/
+0
2007-03-07
[Type1] Add cairo-type1-private.h that Type1 fallback and subset code share
Behdad Esfahbod
1
-11
/
+7
2007-02-14
type1-subset: fix error handling.
Jinghua Luo
1
-11
/
+23
2007-01-10
[cairo-type1-subset] Do not use an array of pointers, to reduce .data size
Behdad Esfahbod
1
-2
/
+105
2006-12-17
[type1-subset] Return UNSUPPORTED for vertical fonts
Behdad Esfahbod
1
-0
/
+3
2006-10-15
Type1 subsetting: Don't put .notdef in Encoding when there are 256 glyphs
Adrian Johnson
1
-1
/
+1
2006-09-05
Fix Type 1 embedding in PDF
Adrian Johnson
1
-5
/
+6
2006-08-28
Put static first to avoid compiler warning.
Carl Worth
1
-1
/
+1
[next]