summaryrefslogtreecommitdiff
path: root/core/fpdfapi/font/cpdf_type3font.cpp
AgeCommit message (Expand)Author
2018-05-14Cleanup CPDF_Form parsing codechromium/3431Dan Sinclair
2018-01-30Use unsigned for char widthchromium/3335Nicolas Pena
2018-01-26Pass nullptr to ParseContentWithParams() instead of 0.Lei Zhang
2017-12-04Add text unit to glyph unit conversion to CPDF_Type3Char.Lei Zhang
2017-12-04Fix nits in CPDF_Type3Font.Lei Zhang
2017-12-01Encapsulate CPDF_Type3Char members.Lei Zhang
2017-08-31Change CPDF_Form::ParseContent() to ParseContentWithParams().Lei Zhang
2017-08-22Converted CFX_Matrix::TransformRect() to take in constsJane Liu
2017-05-25Break apart the pageint.h file.Dan Sinclair
2017-05-24Convert to CFX_UnownedPtr, part 9Tom Sepez
2017-05-22Convert more c-style pointers to CFX_UnownedPtrTom Sepez
2017-04-26Remove a few more |new|s.Tom Sepez
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-03-30Add some calls to MakeUniqueDan Sinclair
2017-03-15Cleanup nits from prior CLsDan Sinclair
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2017-02-09Replace rect.Transform(matrix) with matrix.TransformRect(rect)Dan Sinclair
2017-01-17Stop using Encoding array to get unicode from charcode in Type 3 fontschromium/2985npm
2016-11-22Continue splitting pageint.h into per-class filestsepez
2016-10-10Move ToString() and friends from CPDF_Object.h to CPDF_String.htsepez
2016-10-04Move core/fpdfapi/fpdf_parser to core/fpdfapi/parserdsinclair
2016-10-04Move core/fpdfapi/fpdf_page to core/fpdfapi/pagedsinclair
2016-10-04Move core/fpdfapi/fpdf_font to core/fpdfapi/fontdsinclair