add drawString helper to canvas
[platform/upstream/libSkiaSharp.git] / gm / fontmgr.cpp
2017-04-28 Cary Clarkadd drawString helper to canvas
2017-03-22 Mike KleinGM: some header cleanup
2017-01-11 Ben WagnerRemove SK_LEGACY_FONTMGR_FACTORY.
2017-01-04 Ben WagnerStage SkFontMgr factories to return smart pointers.
2016-11-07 Hal Canarygm: s/SkAutoTUnref/sk_sp/
2016-09-01 mtkleinReplace a lot of 'static const' with 'constexpr' or...
2016-05-12 bungemanMove SkTypeface to sk_sp.
2016-05-12 scroggoRevert of Move SkTypeface to sk_sp. (patchset #5 id...
2016-05-11 bungemanMove SkTypeface to sk_sp.
2016-04-27 bungemanAdd oblique as a slant.
2016-04-13 bungemanRemove SK_VERY_LEGACY_CREATE_TYPEFACE.
2016-04-12 bungemanBegin switch to SkFontStyle for legacy calls.
2016-03-29 halcanaryStyle bikeshed - remove extraneous whitespace
2015-08-27 halcanaryStyle Change: NULL->nullptr
2015-08-26 halcanaryStyle Change: SkNEW->new; SkDELETE->delete
2015-07-20 caryclarkGenerate platform specific fontmgr gm.
2015-04-29 bungemanRemove system call in DW for default font.
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-01-23 mtkleinremove unused GM flags
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2015-01-06 tfarinaCleanup: More override fixes - another round.
2014-12-15 reedadd paint::getFontBounds()
2014-11-10 bungemanRemove SK_FM_NEW_MATCH_FAMILY_STYLE_CHARACTER.
2014-10-23 bungemanUpdate fontMgr to take list of bcp47 language tags.
2014-10-22 reedAdd SkTypeface::getBounds()
2014-08-27 djsollenLookup glyphs based on character code and language...
2014-03-31 bungeman@google.comPass the IDWriteFactory instead of relying on a global...
2013-11-12 bungeman@google.comFix leak detected in FontMgrMatchGM::onDraw by Valgrind.
2013-08-28 reed@google.comexport SkFontMgr_New_... experimental functions for...
2013-08-21 bungeman@google.comallow both GDI and DW fontmgrs at the same time
2013-08-20 robertphillips@goo... Revert r10788 (allow both GDI and DW fontmgrs at the...
2013-08-16 bungeman@google.comallow both GDI and DW fontmgrs at the same time
2013-08-15 robertphillips@goo... Revert r10718 to unblock roll
2013-08-14 reed@google.comallow both GDI and DW fontmgrs at the same time
2013-05-01 bungeman@google.comAdd FontMgr to DirectWrite.
2013-04-24 reed@google.comshow fontstyle values for each style
2013-03-30 skia.committer@gma... Sanitizing source files in Skia_Periodic_House_Keeping
2013-03-29 reed@google.comadd matcher to fontstyleset
2013-03-29 skia.committer@gma... Sanitizing source files in Skia_Periodic_House_Keeping
2013-03-28 reed@google.comdisable tests that exercise serialization of fonts...
2013-03-28 reed@google.comadd gm for experimental fontmgr api