summaryrefslogtreecommitdiff
path: root/gs/src/gdevpdtd.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-29Split the source tree into two new directories.Ralph Giles1-728/+0
2008-01-17Fix : Cygwin/gcc warnings.Igor Melichev1-0/+1
2008-01-02Fix (pdfwrite): Tidy up after the prior patch,Ken Sharp1-1/+1
2007-12-18Fix (pdfwrite): Font Descriptors for fonts not embedded, due toKen Sharp1-15/+20
2007-09-25Replace the 'private' define with the now standard C keyword 'static'.Ralph Giles1-2/+2
2007-08-30Fix (pdfwrite) : Uninitialized data after converting a Type 42 font into CID ...Igor Melichev1-0/+3
2007-06-05Update licence headers. Copyright has been transfered from artofcode LLCRalph Giles1-1/+1
2006-11-29Fix (pdfwrite) : Don't write min_int as XHeight.Igor Melichev1-1/+1
2006-09-21Fix (pdfwrite) : Wrinting a PDF/A, convert True Type fonts into CIDFontType2 ...Igor Melichev1-0/+1
2006-09-19Fix (pdfwrite) : Wrinting a PDF/A, convert True Type fonts into CIDFontType2.Igor Melichev1-1/+32
2006-09-19Fix (pdfwrite) : Generalize pdf_finish_font_descriptors (continued).Igor Melichev1-8/+4
2006-09-19Fix (pdfwrite) : Generalize pdf_finish_font_descriptors.Igor Melichev1-4/+21
2006-08-10Fix (pdfwrite) : Wrong xref : Unuseful object ID when a font is not really us...Igor Melichev1-0/+2
2006-07-05Fix (pdfwrite) : More PDF/A-1b complience, continued 2.Igor Melichev1-10/+11
2006-03-13changed copyright headersStefan Kemper1-13/+10
2006-01-19Fix (pdfwrite) : Don't embed unused fonts.Igor Melichev1-1/+14
2005-12-22Fix (pdfwrite) : CID fonts got incorrect FontBBox.Igor Melichev1-1/+1
2005-04-05pdfwrite : Implementing a viewer's resource memory control, part 3.Igor Melichev1-0/+12
2005-04-04ps2write : Dropping the code !PDFW_DELAYED_STREAMS.Igor Melichev1-10/+2
2004-12-19Fix (pdfwrite) : The "NeverEmbed" logics was broken (continued 2).Igor Melichev1-1/+1
2004-12-19Fix (pdfwrite) : The "NeverEmbed" logics was broken (continued).Igor Melichev1-1/+1
2004-12-19Fix (pdfwrite) : The "NeverEmbed" logics was broken.Igor Melichev1-4/+8
2004-10-28Fix (pdfwrite) : Font size was wrong when definefont applied to a scaled font.Igor Melichev1-1/+3
2004-07-22ps2write step 38 : Write font data after the font descriptor.Igor Melichev1-3/+17
2003-10-15Fix (pdfwrite) : Don't recompute FontBBox for CID font subsets.Igor Melichev1-9/+23
2003-10-06Implementing a bridge to the True Type bytecode interpreter (step 7).Igor Melichev1-0/+2
2003-06-19Fix (pdfwrite) : FontMatrix was wrong when a standard font is usedIgor Melichev1-1/+1
2003-06-06Fix (pdfwrite) : Convert Type 0 fonts with multiple CID font descendents intoIgor Melichev1-1/+6
2003-04-11Fix (pdfwrite) : Generate pseudo-random font names for subset fontsIgor Melichev1-0/+9
2003-03-21pdfwrite : Fixing the bug 653140 "use NeverEmbed to restrict CIDFont embedding"Igor Melichev1-1/+1
2003-02-25Fix (pdfwrite) : -dSubsetFonts=false did not work with incremental fonts.Igor Melichev1-4/+13
2003-02-12pdfwrite : Account GlyphNames2Unicode while creating ToUnicode CMaps for simp...Igor Melichev1-1/+5
2003-02-10Improving gs_font_procs interface functions glyph_info and glyph_outline.Igor Melichev1-3/+3
2002-10-07Apply casts to remove lots of warnings from MSVC 6.Russell Lang1-1/+1
2002-09-08Fix (pdfwrite): Virtual function same_font cannot work properlyIgor Melichev1-6/+13
2002-07-19Fix: Always write FontBBox into CFF, even though the spec says it'sIgor Melichev1-1/+2
2002-06-27Fixes bugs and adds further logic to the new pdfwrite text code. The codeL Peter Deutsch1-1/+10
2002-06-26In the new pdfwrite text code, fixes bugs and adds new logic for handlingL Peter Deutsch1-2/+5
2002-06-25Adds a complete rewrite of the font and text code in pdfwrite, based onL Peter Deutsch1-0/+574