summaryrefslogtreecommitdiff
path: root/core/fxge/fx_font.h
AgeCommit message (Expand)Author
2018-10-26Forward declare a bunch of classes.Lei Zhang
2018-10-09Do IWYU for retain_ptr.h and unowned_ptr.hLei Zhang
2018-09-20Remove many unneeded STL #includes from headers.Lei Zhang
2018-05-25Replace some #ifdef PDF_ENABLE_XFA with runtime checks.Tom Sepez
2018-04-09Remove RenderDeviceDriverIface::GetCTM().Lei Zhang
2017-11-30Run clang-tidy modernize-use-equals-{delete,default} on //third_party/pdfiumDan Sinclair
2017-09-28Cleanup font definesDan Sinclair
2017-09-28Cleanup font definesDan Sinclair
2017-09-27Cleanup some font headersDan Sinclair
2017-09-27Hide FaceFontInfo inside CFX_FolderFontInfoDan Sinclair
2017-09-27Move CFX_Font definition to cfx_font.hDan Sinclair
2017-09-27Cleanup fx_freetype.hDan Sinclair
2017-09-27Cleanup FX macrosDan Sinclair
2017-09-26Remove fx_text_int.hDan Sinclair
2017-09-21Move CFX_UnownedPtr to UnownedPtrDan Sinclair
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-08-31Remove fx_basic.hDan Sinclair
2017-05-25Cleanup some nits in CFX_FontNicolas Pena
2017-05-16Introduce CFX_UnownedPtr to detect lifetime inversion issues.Tom Sepez
2017-04-19Cleanup codepage and charset definitions.Dan Sinclair
2017-04-04Finish splitting up fx_dib.hNicolas Pena
2017-03-28Revert "Revert "Refcount all CFX_DIBSources (and subclasses) all the time.""Tom Sepez
2017-03-28Revert "Refcount all CFX_DIBSources (and subclasses) all the time."dsinclair
2017-03-28Refcount all CFX_DIBSources (and subclasses) all the time.Tom Sepez
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-02-24Remove repeated flags from CPDF_Fontchromium/3023Nicolas Pena
2017-02-16Convert fx_font points to CFX_Point{F}sDan Sinclair
2017-02-14Revert "Convert Origins to points"Dan Sinclair
2017-02-13Convert Origins to pointsDan Sinclair
2016-12-14Remove unused m_OtfFontData.chromium/2953tsepez
2016-12-07Refcount all the IFX_ stream classes all the time.tsepez
2016-11-21Fixup lint flags.Dan Sinclair
2016-11-21use skia textcaryclark
2016-11-02Remove FX_BOOL from coretsepez
2016-10-24Rename IFX_ stream nameschromium/2900tsepez
2016-09-29Move core/fxge/include to core/fxgedsinclair