aboutsummaryrefslogtreecommitdiff
path: root/core/fxge/cfx_fontmgr.h
AgeCommit message (Expand)Author
2023-09-27Updated pdfium to df6fed9f3cbc13b656562b4775ea330c91732c71 (Chrome 117.0.5938...kumarashishg
2023-06-30Update pdfium to Chrome 114.0.5735.130 pdfiumkumarashishg
2019-11-20Move FxFreeDeleter to fx_memory_wrappers.hTom Sepez
2019-06-20Weakly cache CFX_FontMgr::FontDescs.Tom Sepez
2019-06-20Nest CTTFontDesc inside CFX_FontMgr.Tom Sepez
2019-06-20Remove redundant read in CFX_FontMgr and CFX_FontMapper.Tom Sepez
2019-06-19Store size information in CTTFontDesc.Tom Sepez
2019-06-17Remove CFX_FontMgr::InitFTLibrary.Tom Sepez
2019-06-17Simplify font code.Lei Zhang
2019-06-17Remove unimplemented CFX_FontMgr::ReleaseFace().Tom Sepez
2019-06-12Introduce ref-counted CFX_Face class.Tom Sepez
2019-06-07Introduce unique_ptr deleters for FT objects.Tom Sepez
2019-06-07Remove fx_freetype definitions that are no-ops.Tom Sepez
2019-06-07Remove FXFT_Face typedef.Tom Sepez
2019-02-07Fix some nits in CFX_FontMgr.Lei Zhang
2019-02-07Remove unneeded fx_font.h includes from headers.Lei Zhang
2019-01-16Don't check null returns from CFX_FontMgr::GetBuiltinMapper().Tom Sepez
2018-10-04Remove more uncalled methods in core/Tom Sepez
2018-08-30Use span<> in CFX_FontMgrTom Sepez
2018-04-30Saner memory managment in cttfontdesc, part 1.Tom Sepez
2018-03-06Rename IFX classes in core/fxge to IfaceDan Sinclair
2018-01-11Remove core/fxge/cfx_fontmgr.h from headers.Lei Zhang
2018-01-10Move FreeType version check to its own method.Lei Zhang
2017-11-21Avoid passing pointers by reference in core.Lei Zhang
2017-09-18Convert string class namesRyan Harrison
2017-04-21Use unique_ptr in CFX_FontMgr::m_FaceMap.Tom Sepez
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2016-11-02Remove FX_BOOL from coretsepez
2016-09-29Move core/fxge/include to core/fxgedsinclair