summaryrefslogtreecommitdiff
path: root/poppler/GfxFont.cc
AgeCommit message (Expand)AuthorFilesLines
2009-06-19Handle Streams in CMap definitionsAlbert Astals Cid1-13/+28
2009-04-17Fix typo in GfxFont.ccPeter Kerzum1-5/+6
2009-03-11fontCIDType2OT fonts can also have a CIDToGIDMapAlbert Astals Cid1-2/+2
2008-12-21Fix compile warnings on signed/unsigned comparisonHib Eris1-2/+4
2008-12-16Make destructors private/protected since you are not supposed to use themAlbert Astals Cid1-1/+1
2008-09-24Do what Jeff really want to do, mark the font as invalid if it matches any of...Albert Astals Cid1-1/+1
2008-08-24Add more correct copyright statements on fofi, goo, poppler and util director...Albert Astals Cid1-0/+19
2008-06-01Do not limit CharCodeToUnicodeString to 8 charactersAlbert Astals Cid1-19/+24
2008-04-29constify some static arraysAlbert Astals Cid1-3/+3
2008-04-20Unused var--Albert Astals Cid1-1/+1
2008-03-22Check for fseek return valuesEd Avis1-2/+10
2008-02-01Fix for end condition, init ucode to 0Albert Astals Cid1-2/+2
2008-01-29Provide gstrndup as a portable substitue of strndupJonathan Kew1-7/+1
2008-01-28Introduce a check for strndup and alternative for systems without itJonathan Kew1-0/+6
2007-12-26Use getEmbeddedFontID instead of getEmbeddedFontName to check if a font is em...Koji Otani1-1/+2
2007-12-22Fixlets for Adobe Glyph Naming convention implementationEd Catmur1-46/+48
2007-12-20Fix for latest CJK codeKoji Otani1-4/+10
2007-12-18Implement Adobe Glyph Naming conventionEd Catmur1-29/+154
2007-12-13Some CJK charecters are displayed vertical glyphs incorrectly when horizontal...Koji Otani1-21/+25
2007-12-10Display characters outside of unicode BMP with TT fontKoji Otani1-28/+47
2007-10-22Unset the font if it doesn't exist or we can not load it properlyJeff Muizelaar1-0/+4
2007-10-03Error out if we can't find a .cidToUnicode for a known character collectionJeff Muizelaar1-0/+19
2007-09-22undo accidental changes to file permissionsKrzysztof Kowalczyk1-0/+0
2007-09-20remove unused variablesKrzysztof Kowalczyk1-4/+2
2007-07-312007-07-31 Jeff Muizelaar <jeff@infidigm.net>Jeff Muizelaar1-0/+1
2007-07-13 * fofi/FoFiTrueType.ccAlbert Astals Cid1-25/+205
2007-05-252007-05-25 Jeff Muizelaar <jeff@infidigm.net>Jeff Muizelaar1-0/+2
2007-04-25Merge xpdf302branch in HEAD as noone vetoed it.Albert Astals Cid1-13/+32
2007-02-242007-02-25 Julien Rebetez <julienr@svn.gnome.org>Albert Astals Cid1-0/+27
2006-05-022006-05-02 Kristian Høgsberg <krh@redhat.com>Kristian Høgsberg1-1/+13
2006-02-05Some small fixes from kpdfAlbert Astals Cid1-0/+1
2006-02-02don't use files to pass fonts to freetypeAlbert Astals Cid1-1/+48
2006-01-18Brad patch for embedded document extraction, only has Qt4 bindings for now, n...Albert Astals Cid1-1/+4
2005-10-16GfxFont merges from xpdf 3.01Albert Astals Cid1-35/+74
2005-08-27Merge the gmalloc -> gmallocn changes from xpdf 3.0.1. This change isBrad Hards1-12/+12
2005-08-172005-08-17 Kristian Høgsberg <krh@redhat.com>Kristian Høgsberg1-1/+0
2005-07-06Extract family, stretch and weight from the font descriptorAlbert Astals Cid1-0/+41
2005-03-03Initial revisionKristian Høgsberg1-0/+1508