summaryrefslogtreecommitdiff
path: root/xfa/fgas/font/fgas_gefont.cpp
AgeCommit message (Expand)Author
2016-09-23Remove FX_BOOL from cpdf_fontchromium/2872chromium/2871chromium/2870npm
2016-09-08Reland of Fix leaked internal fontweili
2016-09-08Fix memory management errors for font loading and copyingweili
2016-09-01Revert of Fix leaked internal font (patchset #2 id:60001 of https://coderevie...weili
2016-09-01Fix leaked internal fontweili
2016-08-29Move CFX_SubstFont and CTTFontDesc into their own filesnpm
2016-08-18Move CFX_UnicodeEncoding and CFX_UnicodeEncodingEx to their own files.npm
2016-08-04Use smart pointers for class owned pointersweili
2016-07-25Use smart pointers for CFX_Font and CFX_Type3Font classesweili
2016-07-18Cleanup fgas/crt.dsinclair
2016-06-23Remove NULL in xfa/dsinclair
2016-06-21Use FXFONT defines in place of integers.thestig
2016-06-07Remove dead code in CFGAS_FontMgrImp.thestig
2016-06-07Replace IFGAS_Font with underlying concrete typethestig
2016-06-03Rename CFX_GEFont to CFGAS_GEFonttsepez
2016-06-03Rename IFX_FontMgr to IFGAS_FontMgrtsepez
2016-06-03Rename IFX_Font to IFGAS_Fonttsepez
2016-06-02Fix all the code which has duplicate variable declarationsweili
2016-06-01Change CFX_Font::GetPsName() to return a CFX_ByteString.thestig
2016-05-20Use std::map for CFX_GEFont::m_FontMappertsepez
2016-05-19Expand some typedefs to the original typesdsinclair
2016-04-27Replace CFX_PtrArray with type-safe CFX_ArrayTemplate<>, Part 1.tsepez
2016-04-27More IFX_ interface cleanup.dsinclair
2016-04-27Standardize on ASSERT.dsinclair
2016-04-13Remove implicit cast from CFX_WideString to (const wchar_t*)tsepez
2016-04-08Rename both As{Byte,Wide}StringC() helpers to AsStringC().tsepez
2016-04-08Make CFX_WideString::FromLocal() take a CFX_ByteStringC argtsepez
2016-03-25Remove FX_DWORD from XFA.tsepez
2016-03-21Remove FX_WORD in favor of uint16_t.Tom Sepez
2016-03-14Move xfa/src up to xfa/.Dan Sinclair