summaryrefslogtreecommitdiff
path: root/core/fpdfapi/font/cpdf_cidfont.h
AgeCommit message (Expand)Author
2018-08-09Change CPDF_Font::GetNextChar()'s in-out parameter to pass by pointer.chromium/3518Lei Zhang
2018-08-04Set the CPDF_Font doc / font dict in the ctor.Lei Zhang
2018-06-26Add some more consts to unowned pointers.Tom Sepez
2018-05-25Mark more CPDF_Objects as const in font code.Lei Zhang
2018-04-09Use ByteStringView / pdfium::span in CPDF font as appropriate.chromium/3393Tom Sepez
2018-04-03Re-arrange so inline vectors come last in structs.Tom Sepez
2018-01-30Use unsigned for char widthchromium/3335Nicolas Pena
2017-09-21Move CFX_UnownedPtr to UnownedPtrDan Sinclair
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-05-24Convert to CFX_UnownedPtr, part 4.Tom Sepez
2017-05-05Make CPDF_CMap::m_pMapping use std::vectorTom Sepez
2017-04-04RefCount CPDF_StreamAcc all the time.Tom Sepez
2017-03-24Refcount CPDF_CMap all the time.chromium/3052chromium/3051Tom Sepez
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-01-19use unique_ptr in fpdf_font_cid.cpptsepez
2017-01-09Remove CFX_ArrayTemplate from fpdfapitsepez
2016-11-30Remove unused methods from CPDF_FontNicolas Pena
2016-10-04Move core/fpdfapi/fpdf_font to core/fpdfapi/fontdsinclair