summaryrefslogtreecommitdiff
path: root/core/fxge/ge/fx_ge_fontmap.cpp
AgeCommit message (Expand)Author
2016-08-29Move CFX_SubstFont and CTTFontDesc into their own filesnpm
2016-08-16Delete m_ExtHandle and RetainFont because they are not being used.npm
2016-08-10Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own ...npm
2016-07-27Splitting fx_ge_fontmap.cppnpm
2016-06-21Use FXFONT defines in place of integers.thestig
2016-06-14Make code compile with clang_use_chrome_plugin (part II)weili
2016-06-07Get rid of NULLs in core/thestig
2016-05-27Clean up some Android/Windows code.thestig
2016-05-17Don't use LCD antialiasing if Fontconfig doesn't support hintingthomasanderson
2016-05-13Make CFX_ByteString(const CFX_ByteStringC&) explicit.tsepez
2016-04-14Rename CFX_ByteTextBuf::GetByteString() to AsStringC().tsepez
2016-04-13Remove implicit cast from CFX_ByteString to (const char*).tsepez
2016-04-12Fix the code which causes Windows GN build warningchromium/2709chromium/2708chromium/2707weili
2016-04-12Record all fonts, not just one per charset.dsinclair
2016-04-08Make converstion explicit from CFX_ByteString to uint8_t*tsepez
2016-04-06Remove IFX_FontEnumeratordsinclair
2016-04-06Move core/include/fxge to core/fxge/include.dsinclair
2016-03-31Re-enable all the windows warnings except 4267weili
2016-03-28Reduce signed/unsigned comparison warningsWei Li
2016-03-25Remove FX_DWORD from core/ and delete definitionchromium/2695chromium/2694chromium/2693chromium/2692tsepez
2016-03-24Added bounds checking to GetNameFromTT to handle corrupt files.Tom Sepez
2016-03-21Remove FX_WORD in favor of uint16_t.Tom Sepez
2016-03-14Move core/src/ up to core/.Dan Sinclair