aboutsummaryrefslogtreecommitdiff
path: root/core/fpdfapi/font
AgeCommit message (Expand)Author
2020-01-28Rename Left() and Right() in {Byte,Wide}String{,View} classesDaniel Hosseinian
2020-01-28Rename First() and Last() {Byte,Wide}String{,View} classesDaniel Hosseinian
2020-01-28Rename cmap_int.h to fpdf_cmaps.h.Lei Zhang
2020-01-27Use str.IsEmpty() instead of str.GetLength() == 0.Lei Zhang
2020-01-27Rename Mid() to Substr() in {Byte,Wide}String{,View} classesDaniel Hosseinian
2020-01-24Replace str[str.GetLength() - 1] with str.Last().Lei Zhang
2020-01-13Add string validations in StringToCode() and StringToWideString().Hui Yingst
2020-01-09Change StringToCode() to return Optional<uint32_t> type.Hui Yingst
2019-12-19Expose MakeTag() as CFX_FontMapper::MakeTag().Lei Zhang
2019-12-19Remove parsing decimal numbers in StringToCode().Hui Yingst
2019-12-13Clang-format some more code in core/.Lei Zhang
2019-11-12Fix rendering issue regarding Type2 CIDFont with illegal CIDToCIDMap.Hui Yingst
2019-11-01Remove jumbo usage in GN files throughout PDFiumDaniel Hosseinian
2019-09-23Fix the TrueType font not rendered correctly issue.Hui Yingst
2019-09-19[SkiaPaths] Vertical texts were drawn in reversed direction.Hui Yingst
2019-09-13[FXCRT] Rename FXSYS_round to match conventionsAlan Screen
2019-09-09PDF a11y: new API for font-weightBenjamin Beaudry
2019-09-07Simplify CPDF_CMap ctor.Lei Zhang
2019-08-20Make CPDF_CMap initialization slightly more efficient.Lei Zhang
2019-08-19Remove an impossible condition in CPDF_CMapParser::ParseWord().Lei Zhang
2019-08-19Split CPDF_CMapParser::ParseWord().Lei Zhang
2019-08-19Simplify CPDF_ToUnicodeMap::Lookup().Lei Zhang
2019-08-17Split CPDF_ToUnicodeMap::Load().Lei Zhang
2019-08-16Change CPDF_CMapParser::GetCodeRange() to return Optional.Lei Zhang
2019-08-16Clean up CPDF_CMapParser.Lei Zhang
2019-08-15Add CPDF_ToUnicodeMap::SetCode().Lei Zhang
2019-08-15Clean up CPDF_ToUnicodeMap.Lei Zhang
2019-08-15Reorder cpdf_tounicodemap.cpp to better match header.Lei Zhang
2019-08-14Clean up various cmap code.Lei Zhang
2019-08-13Clean up some CPDF_CMap code.Lei Zhang
2019-08-13Do CPDF_CMap loading in the constructors.Lei Zhang
2019-08-12Remove |CPDF_CMap::m_PredefinedCMap|.Lei Zhang
2019-08-12Remove unused CPDF_CMapManager* parameters.Lei Zhang
2019-08-09Add a NOTREACHED() in CFX_StockFontArray::GetFont().Lei Zhang
2019-08-09Clean up CPDF_FontEncoding.Lei Zhang
2019-08-01Rename CPDF_Font::GetBaseFont() to GetBaseFontName().Tom Sepez
2019-07-31Initialize CPDF_CMap members in the header.Lei Zhang
2019-07-31Remove CPDF_ModuleMgr.Tom Sepez
2019-07-31Break direct top-level fpdfapi to cmaps dependence.Tom Sepez
2019-07-30Make CPDF_Font a retainable type.Tom Sepez
2019-07-25Avoid small mallocs for CPDF_Font::FormFactoryIface.Tom Sepez
2019-07-23Remove circular includes from fpdfapi/font to fpdfapi/page.Tom Sepez
2019-07-22Remove knowledge of CPDF_ImageObject from fpdfapi/font layer.Tom Sepez
2019-07-22Use CPDF_Type3Char::FormIface rather than CPDF_Form in cpdf_type3font.cppTom Sepez
2019-07-15Introduce CPDF_Type3Char::FormIface to avoid some layering issuesTom Sepez
2019-07-15Split off CPDF_Form::PareseContentForType3Char() from ParseContent().Tom Sepez
2019-07-12Push some page object logic back into appropriate files.Tom Sepez
2019-07-11More direct form management in CPDF_Type3Font.Tom Sepez
2019-07-11Pass form to CPDF_Type3Char constructor.Tom Sepez
2019-07-01Fix 24 ClangTidy - Readability/Naming findings in /pdfium/.Andrew Weintraub