C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
[platform/upstream/libSkiaSharp.git] / src / ports / SkFontMgr_win_dw.cpp
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-02-23 bungemanUse #if instead of #ifdef with SK_HAS_DWRITE_X.
2015-02-23 bungemanUse IDWriteFontFallback when available.
2015-02-20 bungemanImplement onMatchFamilyStyleCharacter for DirectWrite.
2015-02-18 bungemanUpdate DirectWrite streams to SkStreamAsset.
2015-01-27 bungemanSkTypeface to use SkStreamAsset.
2015-01-21 scroggoMake SkStream *not* ref counted.
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2014-11-14 djsollenEnforce pure virtual behavior for onMatchFamilyStyleCha...
2014-10-24 mtkleinRemove a pointless use of SkWeakRefCnt.
2014-10-20 bungemanReplace SkTypeface::Style with SkFontStyle.
2014-10-20 mtkleinRevert of Replace SkTypeface::Style with SkFontStyle...
2014-10-20 bungemanReplace SkTypeface::Style with SkFontStyle.
2014-06-19 bungemanAdd needed virtual destructors.
2014-06-18 bungemanClean up DirectWrite typeface cache matching.
2014-06-05 Ben WagnerFix SK_API for DirectWrite port.
2014-06-05 bungemanSplit SkFontHost_win_dw.