summaryrefslogtreecommitdiff
path: root/fofi/FoFiTrueType.cc
AgeCommit message (Expand)AuthorFilesLines
2012-11-15Don't do a check for sanity that then we don't useAlbert Astals Cid1-26/+0
2012-11-14Remove unused codeAlbert Astals Cid1-658/+0
2012-03-28Fix another typo in macGlyphNamesAlbert Astals Cid1-2/+2
2012-03-28Fix typo in "mu" glyph name in truetype 'post' table standard mac orderingAdrian Johnson1-1/+2
2012-03-26CJK improvementsSuzuki Toshiya1-11/+36
2011-09-02xpdf303: New signature of methods convertToCIDType0() and convertToType0()Carlos Garcia Campos1-4/+4
2011-09-01xpdf303: Add getFontMatrix()Carlos Garcia Campos1-31/+45
2011-09-01xpdf303: Ignore entries that have an invalid tag tooCarlos Garcia Campos1-2/+6
2011-09-01xpdf303: Update cmap, name, post and os2 tables in FoFiTrueTypeCarlos Garcia Campos1-13/+16
2011-09-01xpdf303: Ignore any bogus entries in the table directoryCarlos Garcia Campos1-12/+13
2011-09-01xpdf303: codeToGID items can be < 0 nowCarlos Garcia Campos1-2/+10
2011-09-01xpdf303: Use int instead of Gushort for gid/cid mapsCarlos Garcia Campos1-9/+9
2011-08-31xpdf303: error() changes, new param and formattingAlbert Astals Cid1-1/+1
2011-08-31xpdf303: Always define at least 256 glyphs for Type 0 fontsCarlos Garcia Campos1-7/+34
2011-08-31xpdf303: Different growing strategy for vmtxTab in FoFiTrueTypeCarlos Garcia Campos1-1/+1
2011-08-31xpdf303: Fix memory leak in FoFiTrueTypeCarlos Garcia Campos1-1/+3
2011-08-31xpdf303: Check for an invalid loca format field in the head table in FoFiTrue...Carlos Garcia Campos1-0/+7
2011-08-31xpdf303: Handle bogus loca table entries in FoFiTrueTypeCarlos Garcia Campos1-2/+7
2011-08-30xpdf303: Check for a zero-entry cmap table in FoFiTrueTypeCarlos Garcia Campos1-11/+17
2011-08-30xpdf303: Check for entries in the table directory with bogus tags in FoFiTrue...Carlos Garcia Campos1-5/+25
2011-08-30xpdf303: Handle bogus loca table entries in FoFiTrueTypeCarlos Garcia Campos1-0/+4
2011-08-30xpdf303: Use std::sort (with functors) in place of qsortCarlos Garcia Campos1-30/+25
2011-08-30xpdf303: char * -> const char *Albert Astals Cid1-5/+5
2009-05-20Fix pdftops crash on file from KDE bug 174899Albert Astals Cid1-1/+4
2008-09-28If tables is null, don't try to write to file as it'll crash, fixes crash on ...Albert Astals Cid1-0/+4
2008-09-28Introduce greallocn_checkoverflow and use it in FoFiTrueType::parseAlbert Astals Cid1-2/+2
2008-09-20Remove some warnings and errors when compiling with gcc and -pedanticTomas Are Haavet1-1/+2
2008-09-09Fix includepathAlbert Astals Cid1-1/+1
2008-08-24All changes made to fofi/ files under the poppler project are by people that ...Albert Astals Cid1-0/+3
2008-08-24Add more correct copyright statements on fofi, goo, poppler and util director...Albert Astals Cid1-0/+14
2008-08-04Be less strict when parsing TTF tablesAlbert Astals Cid1-1/+7
2007-12-10Display characters outside of unicode BMP with TT fontKoji Otani1-4/+29
2007-10-22Fix a crash with invalid TrueType fontsCarlos Garcia Campos1-4/+6
2007-07-13 * fofi/FoFiTrueType.ccAlbert Astals Cid1-0/+305
2007-04-25Merge xpdf302branch in HEAD as noone vetoed it.Albert Astals Cid1-100/+358
2006-02-02don't use files to pass fonts to freetypeAlbert Astals Cid1-7/+36
2005-09-14Merge all the fofi/ changes from xpdf 3.01, there is only one api change that...Albert Astals Cid1-46/+360
2005-08-28Merge the Goo* improvements from xpdf 3.0.1. This change is based onBrad Hards1-0/+1
2005-08-27Merge the gmalloc -> gmallocn changes from xpdf 3.0.1. This change isBrad Hards1-6/+6
2005-03-03Initial revisionKristian Høgsberg1-0/+1438