summaryrefslogtreecommitdiff
path: root/gs/lib/pdf_font.ps
Commit message (Expand)AuthorAgeFilesLines
* Massive commit discussed before the freeze to move the PostScript initializationRay Johnston2008-08-081-1663/+0
* Ignore out-of-range UniqueID in embedded Type 1 PDF fonts. Bug 689973.Alex Cherepanov2008-07-161-0/+9
* Fix a bug in the error recovery code that handles invalid font streams.Alex Cherepanov2008-07-041-1/+1
* Revert the rev. 8509 because it is not needed after rev. 8774 but interferesAlex Cherepanov2008-05-251-11/+2
* Use embedded PDF fonts directly. Don't define them as resources and look themAlex Cherepanov2008-05-231-23/+25
* Use PDFScanRules to scan ToUnicode CMap. Fix a case where CMap stream hasAlex Cherepanov2008-05-161-3/+12
* Implement loading of OpenType CFF font as a CIDFont resource in PDF reader.Alex Cherepanov2008-04-191-12/+57
* Use operator .execn to keep the operand stack size and .pdfcount valueAlex Cherepanov2008-04-061-5/+5
* PDF font descriptor may be shared between CID and simple fonts. We cache theAlex Cherepanov2008-03-251-18/+17
* Equivalent transformation of the PDF font handler to improve readabilityAlex Cherepanov2008-03-241-11/+12
* Fix: ignore the embedded font resource when PDF interpreter resolvesSuzuki Toshiya2008-01-281-2/+11
* Remove the warning about non-embedded TrueType fonts in PDF files because itAlex Cherepanov2008-01-171-2/+0
* Ignore operator readonly when it is applied to a wrong type inside anAlex Cherepanov2007-12-191-1/+17
* Don't skip space characters after eexec in embedded PDF fonts butAlex Cherepanov2007-12-161-1/+9
* Following the PDF spec, don't use .notdef glyph in Type 3 font.Alex Cherepanov2007-09-291-11/+13
* Add recognition of a CFF file fith the extended header = <01000C02>.Alex Cherepanov2007-09-141-1/+2
* Fix (pdfwrite) : Properly handle FontMatrix of a Type 3 font.Igor Melichev2007-08-301-11/+27
* Compare the type of the object cached in the font descriptot with the expectedAlex Cherepanov2007-06-301-1/+10
* Don't issue a warning for PDF TrueType fonts without /Encoding becauseAlex Cherepanov2007-05-161-5/+4
* Add a new option for ignoring an Encoding entry of a True Type font dictionary.Alex Cherepanov2007-03-251-3/+8
* Fix (PDF interpreter) : Allow 2-byte ToUnicode CMap for 1-byte fonts.Igor Melichev2007-02-051-1/+3
* Generate unique names and create a new Charstrings entries for allAlex Cherepanov2007-02-011-62/+54
* When Tf refers to an unknown resource name, use the resource name as a fontAlex Cherepanov2007-01-311-2/+9
* Apply standard font substitutions in lib/pdf_fonts.ps::TTfontsAlex Cherepanov2007-01-211-1/+3
* Fix (TT font reader) : Obtain Unicode codes from Encoding glyph names of a sp...Igor Melichev2006-10-261-3/+3
* Following Acrobat Reader 5, ignore everything outside of begincmap..endcmapAlex Cherepanov2006-10-051-5/+11
* Pass a 32-element string to cvrs in instances where the int could be moreRalph Giles2006-07-311-1/+1
* Add embedded OpenType support to the PDF interpreter.Alex Cherepanov2006-06-291-3/+24
* Fix (pdfwrite) : Preserve ToUnicode for Type 0 fonts when re-distilling a PDF.Igor Melichev2006-06-281-3/+4
* Add code in getencoding to accept an array for the Encoding in a Font dict.Ray Johnston2006-06-081-21/+24
* Indirect W, W2, Dw or DW2 values were not resolved at the correct pointRay Johnston2006-04-141-4/+4
* Recognize PDF fonts by the first 4 bytes of the font stream. SimplifyAlex Cherepanov2006-04-011-213/+133
* Handle yet another PDF that Acrobat Reader accepts silently that does notRay Johnston2006-03-071-1/+6
* Repair incorrect ToUnicode CMap streams that have no CMapName key.Alex Cherepanov2006-02-211-0/+6
* Calculate the last byte of the character code modulo 256 to prevent the finalAlex Cherepanov2006-02-081-1/+3
* Removes hexadecimal conversion from the code and pass the encryptedAlex Cherepanov2006-02-081-22/+4
* Handle indirect object reference for CIDSystemInfo element. Bug 688515Ray Johnston2006-01-271-1/+1
* Fix : Unwinding the 6449 change (Fix detection of hexadecimal encoding in eex...Igor Melichev2006-01-201-9/+4
* Fix detection of hexadecimal encoding in eexec portion of Type 1 fonts.Alex Cherepanov2006-01-121-4/+9
* Move back-up CharString construction procedures (RD, ND, ...) to a specialAlex Cherepanov2006-01-111-14/+27
* Enable use of "Bold" in BaseFont name when doing font substitution from PDFRay Johnston2005-12-261-3/+3
* Handle yet enother possibly invalid PDF where the /Subtype of a FOnt isRay Johnston2005-11-261-1/+7
* PDF interpreter now processes ToUnicode CMaps when the target device is pdfwr...Igor Melichev2005-09-291-1/+1
* Change reporting of some noisy (irritating) Warnings generated from manyRay Johnston2005-09-231-4/+4
* PDF interpreter now processes ToUnicode CMaps when the target device is pdfwr...Igor Melichev2005-08-171-1/+182
* Fix for 687989 PDF to any format raises /invalidfont in /R21. The testDan Coby2005-06-281-1/+15
* Fix: Resolve indirect object references in Widths array. Fixes bugRaph Levien2005-01-261-1/+1
* Fix (PDF interpreter) : A minor change for fixing the repository consistency.Igor Melichev2005-01-251-1/+1
* Ignore / as a name of BaseEncoding; recover broken PDF files generatedAlex Cherepanov2005-01-101-2/+11
* Fix (PDF interpreter) : The interpretation must not depend on the font subset...Igor Melichev2004-12-211-9/+32