aboutsummaryrefslogtreecommitdiff
path: root/core/fpdfapi/font/cpdf_simplefont.cpp
AgeCommit message (Expand)Author
2020-01-28Rename Left() and Right() in {Byte,Wide}String{,View} classesDaniel Hosseinian
2019-09-23Fix the TrueType font not rendered correctly issue.Hui Yingst
2019-09-09PDF a11y: new API for font-weightBenjamin Beaudry
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-02-07Remove unneeded fx_font.h includes from headers.Lei Zhang
2018-11-30Mark kFoo variables const, or rename them if they are not.Lei Zhang
2018-10-12Rename CPDF_{Array,Dictionary}::GetCount() to size().Lei Zhang
2018-08-13Mark CPDF_Font::GlyphFromCharCodeExt() and friends Mac only.Lei Zhang
2018-08-11Simplify CPDF_SimpleFont::LoadPDFEncoding().Lei Zhang
2018-08-07Move CPDF_Font::LoadPDFEncoding() to CPDF_SimpleFont.Lei Zhang
2018-08-04Set the CPDF_Font doc / font dict in the ctor.Lei Zhang
2018-05-25Mark more CPDF_Objects as const in font code.Lei Zhang
2018-01-30Use unsigned for char widthNicolas Pena
2017-09-28Cleanup font definesDan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-07-28Convert calls to Mid() to Left() or Right() if possibleRyan Harrison
2017-07-27Remove single param Mid() method from string classesRyan 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-04-12Some fixes to the fallback font code.Nicolas Pena
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2017-02-24Remove repeated flags from CPDF_FontNicolas Pena
2016-10-04Move core/fpdfapi/fpdf_parser to core/fpdfapi/parserdsinclair
2016-10-04Move core/fpdfapi/fpdf_font to core/fpdfapi/fontdsinclair