summaryrefslogtreecommitdiff
path: root/core/fpdfapi/font/cpdf_font.h
AgeCommit message (Expand)Author
2018-08-17Add FPDFText_GetFontInfoNicolas Pena
2018-08-13Mark CPDF_Font::GlyphFromCharCodeExt() and friends Mac only.Lei Zhang
2018-08-09Change CPDF_Font::GetNextChar()'s in-out parameter to pass by pointer.chromium/3518Lei Zhang
2018-08-07Move CPDF_Font::LoadPDFEncoding() to CPDF_SimpleFont.Lei Zhang
2018-08-07Change CPDF_Font::GetFace() to HasFace().Lei Zhang
2018-08-07Make CPDF_Font::GetFontBBox() return the bounding box.Lei Zhang
2018-08-04Set the CPDF_Font doc / font dict in the ctor.Lei Zhang
2018-06-26Use UnownedPtr<> in CPDF_FontTom Sepez
2018-06-21Avoid const-refs to implicitly constructed strings.Tom Sepez
2018-05-25Mark more CPDF_Objects as const in font code.Lei Zhang
2018-05-25Mark CPDF_Object pointers in pattern code as const.Lei Zhang
2018-04-09Use ByteStringView / pdfium::span in CPDF font as appropriate.chromium/3393Tom Sepez
2018-01-30Use unsigned for char widthchromium/3335Nicolas Pena
2017-09-27Move CFX_Font definition to cfx_font.hDan Sinclair
2017-09-21Move CFX_UnownedPtr to UnownedPtrDan Sinclair
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-06-19Add heuristic for improving text rendering in CPDF_CharPosList::LoadNicolas Pena
2017-05-26Use proper file names in core/fpdfapi/fontNicolas Pena
2017-05-24Convert to CFX_UnownedPtr, part 9Tom Sepez
2017-05-04Make CPDF_Font member variables protected.Lei Zhang
2017-04-07Tweak CFDF_Font::AppendChar()Tom Sepez
2017-04-04RefCount CPDF_StreamAcc all the time.Tom Sepez
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2017-02-24Remove repeated flags from CPDF_Fontchromium/3023Nicolas Pena
2016-11-30Remove unused methods from CPDF_FontNicolas Pena
2016-10-04Move core/fpdfapi/fpdf_font to core/fpdfapi/fontdsinclair