summaryrefslogtreecommitdiff
path: root/core/fpdfapi/font
AgeCommit message (Expand)Author
2018-05-25Add proper const/non-const versions of CPDF_Dictionary::GetDictFor().Lei Zhang
2018-05-25Mark more CPDF_Objects as const in font code.Lei Zhang
2018-05-25Add proper const/non-const versions of CPDF_Dictionary::GetStreamFor().chromium/3441Lei Zhang
2018-05-25Mark CPDF_Object pointers in pattern code as const.Lei Zhang
2018-05-14Cleanup CPDF_Form parsing codechromium/3431Dan Sinclair
2018-04-13Fix integer overflow in CPDF_Font::FallbackFontFromCharcodeNicolas Pena
2018-04-12Bounds check in CPDF_CMap::GetNextChar.Tom Sepez
2018-04-10Load CIDToGIDMap stream for CID fonts if it exists.Lei Zhang
2018-04-09Use ByteStringView / pdfium::span in CPDF font as appropriate.chromium/3393Tom Sepez
2018-04-09Use pdfium::span<> in CFX_BitStream, CPDF_SimpleParser.Tom Sepez
2018-04-03Re-arrange so inline vectors come last in structs.Tom Sepez
2018-03-28Use ByteStringView in parsersDan Sinclair
2018-01-30Use unsigned for char widthchromium/3335Nicolas Pena
2018-01-26Pass nullptr to ParseContentWithParams() instead of 0.Lei Zhang
2018-01-18Remove more unneeded includes and code from headers.Lei Zhang
2018-01-12Move some RetainPtr getters/setters out of headers.Lei Zhang
2017-12-20Combine operator< and ByteString::Compare().Lei Zhang
2017-12-11Remove default arguments to CPDF_StreamAcc::LoadAllData().Lei Zhang
2017-12-08Fix build when using different sysroots.chromium/3289Andrew Weintraub
2017-12-06Fix nits on some font code.Lei Zhang
2017-12-05Replace uses of bsearch().chromium/3286Lei 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-01Remove unneded structs from CFX_CTTGSUBTable part 2Nicolas Pena
2017-12-01Encapsulate CPDF_Type3Char members.Lei Zhang
2017-11-29Remove unneded structs from CFX_CTTGSUBTable part 1Nicolas Pena
2017-11-27Remove use of CollectionSize from CPDF_CMapParserDan Sinclair
2017-11-07Remove m_bFlagExact from CFX_SubstFontNicolas Pena
2017-11-02Simplify some CMap code.Lei Zhang
2017-10-05Remove CPDF_CMapParser friendsDan Sinclair
2017-10-04Remove CPDF_CMap friendsDan Sinclair
2017-10-04Make CPDF_FontGlobals members privateDan Sinclair
2017-10-02Removing unused definesDan Sinclair
2017-09-28Cleanup font definesDan Sinclair
2017-09-28Cleanup font definesDan Sinclair
2017-09-27Move CFX_Font definition to cfx_font.hDan Sinclair
2017-09-27Remove FX_STRSIZE and replace with size_tRyan Harrison
2017-09-27Cleanup FX macrosDan Sinclair
2017-09-21Move CFX_WeakPtr to WeakPtrDan Sinclair
2017-09-21Move CFX_UnownedPtr to UnownedPtrDan Sinclair
2017-09-21Move CFX_StringPoolTemplate to StringPoolTemplateDan Sinclair
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-09-06Convert FX_STRSIZE int->size_tRyan Harrison
2017-09-01Cleanup usages of Mid(foo, 1), Right(1), and Left(1)chromium/3203Ryan Harrison
2017-09-01Prepare for converting FX_STRSIZE int->size_tRyan Harrison
2017-09-01Adjust loops in preperation for FX_STRSIZE int->size_tRyan Harrison
2017-08-31Remove fx_basic.hDan Sinclair
2017-08-31Change CPDF_Form::ParseContent() to ParseContentWithParams().Lei Zhang
2017-08-30Move CFX_WideTextBuf out of fx_basicDan Sinclair