summaryrefslogtreecommitdiff
path: root/gs/src/gdevpdtb.c
AgeCommit message (Expand)AuthorFilesLines
2007-06-05Update licence headers. Copyright has been transfered from artofcode LLCRalph Giles1-1/+1
2006-10-04Fix off-by-one error in the PDF font subset prefix generator thatAlex Cherepanov1-8/+7
2006-09-24Fix calculation of the PDF font subset prefix. This change has little effect,Alex Cherepanov1-3/+3
2006-09-21Fix (pdfwrite) : Wrinting a PDF/A, convert True Type fonts into CIDFontType2 ...Igor Melichev1-2/+2
2006-03-21Fix (pdfwrite) : Order embedded fonts against an indeterminizm.Igor Melichev1-0/+3
2006-03-13changed copyright headersStefan Kemper1-13/+10
2005-12-21Fix serious warnings generated by GCC 3.2 on Cygwin.Alex Cherepanov1-1/+1
2005-11-21pdfwrite : Extract FontInfo information from TrueType font data.Igor Melichev1-0/+1
2005-11-16pdfwrite : Generate a font Metadata.Igor Melichev1-44/+26
2005-11-13Fix (pdfwrite) : Prevent a crash due to an incorrect Encoding of a Type 42 font.Igor Melichev1-3/+7
2005-04-25Fix (pdfwrite) : font file objects encryption was broken when worked on ps2wr...Igor Melichev1-47/+13
2005-04-04pdfwrite : Improve the font handling options.Igor Melichev1-49/+37
2005-04-04ps2write : Dropping the code !PDFW_DELAYED_STREAMS.Igor Melichev1-78/+2
2005-03-16ps2write : Don't drop extension glyphs writing an embedded font.Igor Melichev1-6/+10
2005-01-25(pdfwrite) : Don't skip white color while painting a pattern (continued 2).Igor Melichev1-2/+1
2005-01-12Fix (pdfwrite) : Wrong options were passed to psf_write_type1_font.Igor Melichev1-3/+3
2004-12-15Fix : A hang adding over 256 glyphs for a stable font copy.Igor Melichev1-6/+7
2004-10-13Fix (pdfwrite, PDF interpreter) : Correctly handle different widths for same ...Igor Melichev1-0/+6
2004-10-07Fix initialization of C stack streams that did not perform s_init().Ray Johnston1-0/+1
2004-07-22ps2write step 38 : Write font data after the font descriptor.Igor Melichev1-2/+46
2004-07-22ps2write step 37 : Don't convert Type 1 into CFF when generating ps2write out...Igor Melichev1-20/+73
2004-07-16Fix (pdfwrite) : Provide a delayed stream writing.Igor Melichev1-1/+51
2004-06-15Fix (pdfwrite) : A wrong CFF string index randiomization.Igor Melichev1-1/+3
2004-01-14pdfwrite : Implementing the PDF 1.4 encryption, step 3.Igor Melichev1-2/+2
2004-01-05Fix some warnings reported by the Sun One Studio 7 compiler (and others). Bug...Ralph Giles1-1/+2
2003-08-11Fix (pdfwrite) : Check a run out charstring while converting Type 1 font into...Igor Melichev1-0/+2
2003-06-19Fix (pdfwrite) : FontMatrix was wrong when a standard font is usedIgor Melichev1-3/+4
2003-05-22Fix (pdfwrite) : Convert Type 0 fonts with multiple CID font descendents intoIgor Melichev1-1/+1
2003-04-11Fix (pdfwrite) : Generate pseudo-random font names for subset fontsIgor Melichev1-22/+29
2003-03-21pdfwrite : Fixing the bug 653140 "use NeverEmbed to restrict CIDFont embedding"Igor Melichev1-3/+3
2003-03-20Fix (pdfwrite) : While embedding a font, prefer font name to key name.Igor Melichev1-1/+1
2003-02-25Fix (pdfwrite) : -dSubsetFonts=false did not work with incremental fonts.Igor Melichev1-3/+12
2003-02-06pdfwrite : Generating ToUnicode CMaps for simple fonts.Igor Melichev1-0/+8
2002-12-14Fix (pdfwrite) : 'cmap' was written wrongly with subsetted True Type fonts.Igor Melichev1-2/+4
2002-11-20Fix (pdfwrite) : Providing additional documentation about embedded fonts.Igor Melichev1-1/+12
2002-11-18Fix (pdfwrite) : (1) FontMatrix.ty was ignored while computing glyph positions.Igor Melichev1-0/+4
2002-11-17Fix (pdfwrite) : Removing gx_device_pdf_s::random_offsetIgor Melichev1-1/+0
2002-09-08Fix (pdfwrite): Virtual function same_font cannot work properlyIgor Melichev1-18/+18
2002-09-02Fix: add missing header for isxdigit().Ralph Giles1-0/+1
2002-07-24pdfwrite/pdxtext: Generate uniquie font names for embedded fontsIgor Melichev1-1/+64
2002-07-20Fixing an unbalanced '>>' in pdf_write_CIDSet().Igor Melichev1-1/+4
2002-07-19Fix: Always write FontBBox into CFF, even though the spec says it'sIgor Melichev1-2/+3
2002-06-28Fixes further bugs in new pdfwrite text code, primarily relating toL Peter Deutsch1-7/+8
2002-06-27Fixes bugs and adds further logic to the new pdfwrite text code. The codeL Peter Deutsch1-11/+22
2002-06-26In the new pdfwrite text code, fixes bugs and adds new logic for handlingL Peter Deutsch1-2/+3
2002-06-25Adds a complete rewrite of the font and text code in pdfwrite, based onL Peter Deutsch1-0/+544