summaryrefslogtreecommitdiff
path: root/gs/base/gdevpdtt.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-29Fix a minor compiler warning by casting a pointer.Ken Sharp1-1/+1
2012-03-29pdfwrite - when a Charstring is not found for a glyph use the /.notdef width ...Ken Sharp1-13/+46
2012-03-13pdfwrite - first pass at PDF/A-2 outputKen Sharp1-2/+2
2012-03-01pdfwrite - Improve handling of PCL downloaded TrueType fontsKen Sharp1-1/+2
2011-12-13Fix crash when using a TrueType substitute for a missing CIDFont with pdfwriteKen Sharp1-1/+1
2011-10-24Bug #692621 Ensure that when copying width information, we create an array as...Ken Sharp1-1/+1
2011-10-14Silence a clang warningKen Sharp1-1/+1
2011-10-14Better preservation of PDF text rendering modes in pdfwrite.Ken Sharp1-12/+145
2011-09-02Bug #692136 Change the FontBBox we use when a type 3 font has a NULL bbox.Ken Sharp1-4/+20
2011-06-14Use correct enumerator for PCL type 3 fonts in pdfwriteKen Sharp1-1/+1
2011-05-23Squash a very minor compiler warningKen Sharp1-0/+2
2011-05-20Final type 3 font modifications for PCLKen Sharp1-6/+2
2011-05-20Add some prints to cachingKen Sharp1-0/+33
2011-05-19Add some extra debugging printoutsKen Sharp1-4/+9
2011-05-17Add another new font type 'ft_PCL_user_defined' for the PCL bitmapKen Sharp1-32/+145
2011-05-13Add a new font type 'ft_GL2_stick_user_defined' and use it as the FontTypeKen Sharp1-27/+109
2011-05-12Alter the way we handle missing glyph names, use the saem code as forKen Sharp1-20/+10
2011-05-11More type 3 font madnessKen Sharp1-100/+103
2011-05-06Type PCL fonts again.Ken Sharp1-7/+8
2011-05-06More type 3 changesKen Sharp1-4/+7
2011-05-06More PCL type 3 improvementsKen Sharp1-4/+12
2011-05-06More type 3 PCL fontsKen Sharp1-2/+7
2011-05-05Add in basic handling for PCL type 3 fonts. Now setss up the accumulatorKen Sharp1-177/+78
2011-05-05Add handler for PCL type 3 fonts. For now this throws an error, just whileKen Sharp1-1/+5
2011-05-05File missed in previous commitKen Sharp1-119/+190
2011-04-29initial changes for capturing PCL type 3 fonts in pdfwriteType3_PCLKen Sharp1-144/+349
2011-04-19Indent with spaces and strip trailing whitespace.Tor Andersson1-1593/+1583
2011-01-03Fix ps2write : Attach Encoding for symbolic TrueType fontsKen Sharp1-2/+2
2010-11-29Fix (pdfwrite) : Type 3 font capture and charpath operationsKen Sharp1-1/+5
2010-10-15Fix (pdfwrite) : Scale up type 3 font outlines to give more accuracyKen Sharp1-2/+69
2010-10-08Prevent a possible attempt to memset a NULL pointer. This was probably safe s...Ken Sharp1-1/+2
2010-10-08Fix (pdfwrite) : Check encoding compatibility when finding base fontsKen Sharp1-3/+3
2010-10-07More changes to silence static analysis warnings. Mostly removing unused vari...Ken Sharp1-2/+10
2010-09-23Fix (pdfwrite) : Do not write Encodings with Symbolic TrueType fontsKen Sharp1-2/+8
2010-09-06Fix (pdfwrite) : string not being re-encodedKen Sharp1-2/+15
2010-08-06Fix pdfwriteKen Sharp1-8/+14
2010-05-04As part of the work for bug 691207 (remove global variables) we introduceRobin Watts1-2/+3
2010-02-25Fix for bug 691103. The pdfwrite device now considers FDArray fonts' FontMat...Masaki Ushizaka1-2/+33
2010-02-08Fix (pdfwrite) bug #691101 (part 2 of 2)Ken Sharp1-9/+7
2009-12-26Include stdlib.h for a prototype for abs().Alex Cherepanov1-0/+1
2009-12-21Fix (pdfwrite) Bug #691009 "Regression: 14-01.PS fails with pdfwrite". revisi...Ken Sharp1-2/+5
2009-12-09Fix (pdfwrite) : regressions with revision 10474Ken Sharp1-8/+9
2009-12-09Fix (pdfwrite) : Unchecked return value causing indeterminismsKen Sharp1-0/+2
2009-12-04Extend ghostscript graphics library with the capability to handle differentRobin Watts1-3/+5
2009-11-11Fix (pdfwrite) : correct introduced regressionKen Sharp1-1/+1
2009-11-09Fix (pdfwrite) : type 0 fonts with type 3 descendants could confuse pdfwrite ...Ken Sharp1-3/+40
2009-04-13Fix a typo in a comment.Ken Sharp1-1/+1
2009-03-31Another case of the return value from pdf_attached_font_resource not being ch...Ken Sharp1-1/+3
2009-03-31Check the return value from pdf_attached_font_resource to silence a Coverity ...Ken Sharp1-1/+3
2009-03-23Fix (pdfwrite) : Wrong page orientation with italic font.Ken Sharp1-5/+11