aboutsummaryrefslogtreecommitdiff
path: root/core/fpdfapi/font/cpdf_cidfont.cpp
AgeCommit message (Expand)Author
2020-01-28Change various CMap code to take a ByteStringView.Lei Zhang
2020-01-28Rename cmap_int.h to fpdf_cmaps.h.Lei Zhang
2019-11-12Fix rendering issue regarding Type2 CIDFont with illegal CIDToCIDMap.Hui Yingst
2019-09-19[SkiaPaths] Vertical texts were drawn in reversed direction.Hui Yingst
2019-08-14Clean up various cmap code.Lei Zhang
2019-08-13Do CPDF_CMap loading in the constructors.Lei Zhang
2019-08-01Rename CPDF_Font::GetBaseFont() to GetBaseFontName().Tom Sepez
2019-06-10Rename CFX_Font::GetFace() to GetFaceRec()Tom Sepez
2019-06-07Remove fx_freetype definitions that are no-ops.Tom Sepez
2019-06-07Remove FXFT_Face typedef.Tom Sepez
2019-06-03Make CPDF_FontGlobals a per-process singleton.Tom Sepez
2019-04-30Replace more _FX_PLATFORM_WINDOWS_ usage.Lei Zhang
2019-04-30Replace _FX_PLATFORM_WINDOWS_ with defined(OS_WIN).Lei Zhang
2019-04-30Remove more _FX_PLATFORM_APPLE_ usage.Lei Zhang
2019-04-30Replace _FX_PLATFORM_APPLE_ with defined(OS_MACOSX).Lei Zhang
2019-02-07Remove unneeded fx_font.h includes from headers.Lei Zhang
2018-12-14Pass ByteStringView by valueTom Sepez
2018-10-12Rename CPDF_{Array,Dictionary}::GetCount() to size().Lei Zhang
2018-08-29Remove FPDFAPI_ prefix from internal cid/encoder functionsTom Sepez
2018-08-23Remove bool bPromptCJK argument (several places)Tom Sepez
2018-08-22Fix integer overflow in CPDF_CIDFont::GetCharBBoxNicolas Pena
2018-08-11Cleanup CFX_CTTGSUBTable.Lei Zhang
2018-08-11Initialize CPDF_CIDFont members.Lei Zhang
2018-08-10Consolidate const_casts<> in FXFT_Get_Name_Index()Tom Sepez
2018-08-09Change CPDF_Font::GetNextChar()'s in-out parameter to pass by pointer.Lei Zhang
2018-08-04Set the CPDF_Font doc / font dict in the ctor.Lei Zhang
2018-06-26Use pdfium::span in CPDF_CID2UnicodeMap.Tom Sepez
2018-05-28Add const/non-const versions of remaining CPDF_Dictionary methods.Lei Zhang
2018-05-25Mark more CPDF_Objects as const in font code.Lei Zhang
2018-04-10Load CIDToGIDMap stream for CID fonts if it exists.Lei Zhang
2018-04-09Use ByteStringView / pdfium::span in CPDF font as appropriate.Tom Sepez
2018-04-09Use pdfium::span<> in CFX_BitStream, CPDF_SimpleParser.Tom Sepez
2018-03-28Use ByteStringView in parsersDan Sinclair
2018-01-30Use unsigned for char widthNicolas Pena
2017-12-11Remove default arguments to CPDF_StreamAcc::LoadAllData().Lei Zhang
2017-11-07Remove m_bFlagExact from CFX_SubstFontNicolas Pena
2017-10-04Remove CPDF_CMap friendsDan Sinclair
2017-10-04Make CPDF_FontGlobals members privateDan Sinclair
2017-09-28Cleanup font definesDan Sinclair
2017-09-28Cleanup font definesDan Sinclair
2017-09-27Cleanup FX macrosDan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-08-22Converted CFX_Matrix::TransformRect() to take in constsJane Liu
2017-08-15Remove GetAt from string classesRyan Harrison
2017-05-26Use proper file names in core/fpdfapi/fontNicolas Pena
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.Tom Sepez
2017-03-17Add pdfium::clamp() as a placeholder for std::clamp().Lei Zhang
2017-03-14Prevent integer overflow in CPDF_CIDFONT::LoadMetricsArrayNicolas Pena